Compartir a través de


IDTSConnectionManager100.Scope Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the scope of the connection manager.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSConnectionManager100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper