Endpoint 构造函数 (Server, String)

Initializes a new instance of the Endpoint class with the specified name on the specified instance of Microsoft SQL Server.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub New ( _
    server As Server, _
    name As String _
)
用法
Dim server As Server 
Dim name As String 

Dim instance As New Endpoint(server, _
    name)
public Endpoint(
    Server server,
    string name
)
public:
Endpoint(
    Server^ server, 
    String^ name
)
new : 
        server:Server * 
        name:string -> Endpoint
public function Endpoint(
    server : Server, 
    name : String
)

参数

示例

实现端点

请参阅

参考

Endpoint 类

Endpoint 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

端点目录视图 (Transact-SQL)

CREATE ENDPOINT (Transact-SQL)