다음을 통해 공유


IsAdminEndpoint 속성

Gets the Boolean property value that specifies whether the endpoint is for administration.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property IsAdminEndpoint As Boolean
    Get
‘사용 방법
Dim instance As Endpoint
Dim value As Boolean

value = instance.IsAdminEndpoint
[SfcPropertyAttribute]
public bool IsAdminEndpoint { get; }
[SfcPropertyAttribute]
public:
property bool IsAdminEndpoint {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsAdminEndpoint : bool
function get IsAdminEndpoint () : boolean

속성 값

형식: System. . :: . .Boolean
An Boolean value that specifies whether the endpoint is for administration.
If True, the endpoint is for administration.
If False (default), the endpoint is not for administration.

예제

끝점 구현