共用方式為


EndpointPayload.Parent 屬性

Gets or sets the Endpoint object that is the parent of the EndpointPayload 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 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
An Endpoint object value that owns the EndpointPayload object.

範例

實作端點

請參閱

參考

EndpointPayload 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE ENDPOINT (Transact-SQL)