Compartir a través de


EndpointProtocol.Parent Propiedad

Gets or sets the Endpoint object that is the parent of the EndpointProtocol object.

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

Sintaxis

'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Endpoint 
    Get
'Uso
Dim instance As EndpointProtocol 
Dim value As Endpoint 

value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Endpoint Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Endpoint^ Parent {
    Endpoint^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Endpoint
function get Parent () : Endpoint

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Endpoint
An Endpoint object value that is the parent of the EndpointProtocol object.

Ejemplos

Implementar extremos

Vea también

Referencia

EndpointProtocol Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE ENDPOINT (Transact-SQL)