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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间