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