Właściwość EndpointPayload.Parent
Pobiera lub ustawia Endpoint obiekt, który jest elementem nadrzędnym EndpointPayload obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Endpoint
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Endpoint
Endpoint Wartość obiektu, który jest właścicielem EndpointPayload obiektu.
Zobacz także