Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the scope of the connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Scope As DTSConnectionManagerScope
Get
'Usage
Dim instance As ConnectionManager
Dim value As DTSConnectionManagerScope
value = instance.Scope
[BrowsableAttribute(false)]
public DTSConnectionManagerScope Scope { get; }
[BrowsableAttribute(false)]
public:
property DTSConnectionManagerScope Scope {
DTSConnectionManagerScope get ();
}
[<BrowsableAttribute(false)>]
member Scope : DTSConnectionManagerScope
function get Scope () : DTSConnectionManagerScope
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
A DTSConnectionManagerScope enumeration.