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
)
매개 변수
- endpoint
유형: Microsoft.SqlServer.Management.Smo.Endpoint
[T:Microsoft.SqlServer.Management.Smo.Endpoint.]