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