Propriété ConnectionManager.Scope
Gets the scope of the connection manager.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Scope As DTSConnectionManagerScope
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
A DTSConnectionManagerScope enumeration.