IntegrationServices 构造函数 (Server)

Initializes a new instance of the IntegrationServices class with the specified server.

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

语法

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

Dim instance As New IntegrationServices(server)
public IntegrationServices(
    Server server
)
public:
IntegrationServices(
    Server^ server
)
new : 
        server:Server -> IntegrationServices
public function IntegrationServices(
    server : Server
)

参数

请参阅

参考

IntegrationServices 类

IntegrationServices 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间