Свойство ConnectionManagerItem.State

Gets the state of the connection manager.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public ReadOnly Property State As ConnectionManagerItemState 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItemState
The state of the connection manager.

См. также

Справочник

ConnectionManagerItem Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime