共用方式為


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 命名空間