Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.