Propriedade do RDL EndpointProtocol.Parent

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Exemplos

Implementando pontos de extremidade

Consulte também

Referência

EndpointProtocol Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE ENDPOINT (Transact-SQL)