Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the Boolean property value that specifies whether the endpoint is for administration.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsAdminEndpoint As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : 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.
Exemples
Implémentation de points de terminaison
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo
Autres ressources
Affichages catalogue des points de terminaison (Transact-SQL)