Compartir a través de


IsAdminEndpoint Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property IsAdminEndpoint As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: 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.