Endpoint.EndpointState 屬性
Gets the state of the endpoint.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EndpointState As EndpointState
Get
'用途
Dim instance As Endpoint
Dim value As EndpointState
value = instance.EndpointState
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointState EndpointState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointState EndpointState {
EndpointState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointState : EndpointState
function get EndpointState () : EndpointState
屬性值
型別:Microsoft.SqlServer.Management.Smo.EndpointState
An EndpointState object value that specifies the state of the endpoint.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間