Compartilhar via


Propriedade do RDL ConnectionManagerBase.Scope

Gets the DTS connection manager scope for this ConnectionManagerBase object.

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

Sintaxe

'Declaração
Public Overridable Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'Uso
Dim instance As ConnectionManagerBase 
Dim value As DTSConnectionManagerScope 

value = instance.Scope

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
The DTSConnectionManagerScope object.

Consulte também

Referência

ConnectionManagerBase Classe

Namespace Microsoft.SqlServer.Dts.Runtime