Proprietà ConnectionManagerFtpClass.Scope

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the scope of the connection.

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

Sintassi

'Dichiarazione
Public Overridable Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'Utilizzo
Dim instance As ConnectionManagerFtpClass 
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.Wrapper.DTSConnectionManagerScope
The scope of the connection.

Implementa

IDTSConnectionManager100.Scope

Osservazioni

For more information, see ConnectionManager.

Vedere anche

Riferimento

ConnectionManagerFtpClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper