IsAdminEndpoint 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<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.

示例

实现端点