ConnectionManager.Scope Property

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.

See Also

Reference

ConnectionManager Class

Microsoft.SqlServer.Dts.Runtime Namespace