Partager via


Propriété EndpointPayload.Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Endpoint 
    Get
'Utilisation
Dim instance As EndpointPayload 
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Endpoint
An Endpoint object value that owns the EndpointPayload object.

Exemples

Implémentation de points de terminaison

Voir aussi

Référence

EndpointPayload Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE ENDPOINT (Transact-SQL)