Propriedade do RDL Endpoint.IsAdminEndpoint
Gets the Boolean property value that specifies whether the endpoint is for administration.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsAdminEndpoint As Boolean
Get
'Uso
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
Valor da propriedade
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.
Exemplos
Implementando pontos de extremidade
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo
Outros recursos
exibições do catálogo de pontos de extremidade (Transact-SQL)