Поделиться через


Свойство Endpoint.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.

Примеры

Реализация конечных точек

См. также

Справочник

Endpoint Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Представления каталога конечных точек (Transact-SQL)

CREATE ENDPOINT (Transact-SQL)