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