共用方式為


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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsAdminEndpoint As Boolean
    Get
'用途
Dim instance As Endpoint
Dim value As Boolean

value = instance.IsAdminEndpoint
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsAdminEndpoint { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsAdminEndpoint {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

範例

實作端點