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.