다음을 통해 공유


EndpointCollection.Add 메서드

Adds an Endpoint to an Endpoint Collection

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

구문

‘선언
Public Sub Add ( _
    endpoint As Endpoint _
)
‘사용 방법
Dim instance As EndpointCollection 
Dim endpoint As Endpoint

instance.Add(endpoint)
public void Add(
    Endpoint endpoint
)
public:
void Add(
    Endpoint^ endpoint
)
member Add : 
        endpoint:Endpoint -> unit
public function Add(
    endpoint : Endpoint
)

매개 변수

컬렉션 사용

참고 항목

참조

EndpointCollection 클래스

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