Freigeben über


IDTSConnectionManager100.Scope-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the scope of the connection manager.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSConnectionManager100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace