ConnectionManagerItem.State Property
Gets the state of the connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property State As ConnectionManagerItemState
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItemState
The state of the connection manager.