다음을 통해 공유


Endpoint.Protocol 속성

Gets the protocol used by the endpoint.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.One)> _
Public ReadOnly Property Protocol As Protocol 
    Get
‘사용 방법
Dim instance As Endpoint 
Dim value As Protocol 

value = instance.Protocol
[SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.One)]
public Protocol Protocol { get; }
[SfcObjectAttribute(SfcObjectRelationship::ChildObject, SfcObjectCardinality::One)]
public:
property Protocol^ Protocol {
    Protocol^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.One)>]
member Protocol : Protocol
function get Protocol () : Protocol

속성 값

유형: Microsoft.SqlServer.Management.Smo.Protocol
A Protocol object value that specifies the protocol used by the endpoint.

끝점 구현

참고 항목

참조

Endpoint 클래스

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

관련 자료

끝점 카탈로그 뷰(Transact-SQL)

CREATE ENDPOINT(Transact-SQL)