Поделиться через


Свойство Parent

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Endpoint
    Get
'Применение
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

Значение свойства

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