Parent プロパティ

EndpointPayload オブジェクトの親である Endpoint オブジェクトを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Endpoint
    Get
'使用
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

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .Endpoint
EndpointPayload オブジェクトを所有する Endpoint オブジェクト値。