Parent 속성
Gets or sets the Endpoint object that is the parent of the EndpointPayload object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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.