หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.