Endpoint.EndpointType 속성

Gets or sets the type of the endpoint.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointType As EndpointType 
    Get 
    Set
‘사용 방법
Dim instance As Endpoint 
Dim value As EndpointType 

value = instance.EndpointType

instance.EndpointType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointType EndpointType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointType EndpointType {
    EndpointType get ();
    void set (EndpointType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointType : EndpointType with get, set
function get EndpointType () : EndpointType 
function set EndpointType (value : EndpointType)

속성 값

유형: Microsoft.SqlServer.Management.Smo.EndpointType
An EndpointType object value that specifies the type of the endpoint.

끝점 구현

참고 항목

참조

Endpoint 클래스

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

관련 자료

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

CREATE ENDPOINT(Transact-SQL)