Compartilhar via


Propriedade do RDL IDTSConnectionManager100.Scope

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the scope of the connection manager.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IDTSConnectionManager100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper