Condividi tramite


Proprietà ConnectionManagerBase.Scope

Gets the DTS connection manager scope for this ConnectionManagerBase object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Overridable Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ConnectionManagerBase Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime