Partager via


Propriété IDTSConnectionManager100.Scope

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the scope of the connection manager.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'Utilisation
Dim instance As IDTSConnectionManager100 
Dim value As DTSConnectionManagerScope 

value = instance.Scope

instance.Scope = value
DTSConnectionManagerScope Scope { get; set; }
property DTSConnectionManagerScope Scope {
    DTSConnectionManagerScope get ();
    void set (DTSConnectionManagerScope value);
}
abstract Scope : DTSConnectionManagerScope with get, set
function get Scope () : DTSConnectionManagerScope 
function set Scope (value : DTSConnectionManagerScope)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope
One of the enumeration values of the DTSConnectionManagerScope enumeration.

Voir aussi

Référence

IDTSConnectionManager100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper