Condividi tramite


Proprietà ConnectionManagerItem.State

Gets the state of the connection manager.

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

Sintassi

'Dichiarazione
Public ReadOnly Property State As ConnectionManagerItemState 
    Get
'Utilizzo
Dim instance As ConnectionManagerItem 
Dim value As ConnectionManagerItemState 

value = instance.State
public ConnectionManagerItemState State { get; }
public:
property ConnectionManagerItemState State {
    ConnectionManagerItemState get ();
}
member State : ConnectionManagerItemState
function get State () : ConnectionManagerItemState

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItemState
The state of the connection manager.

Vedere anche

Riferimento

ConnectionManagerItem Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime