EndpointProtocol.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.

끝점 구현

참고 항목

참조

EndpointProtocol 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE ENDPOINT(Transact-SQL)