IntegrationServices 构造函数

定义

初始化 IntegrationServices 类的新实例。

重载

IntegrationServices()

初始化 IntegrationServices 类的新实例。

IntegrationServices(SfcConnection)

使用指定的连接初始化 IntegrationServices 类的新实例。

IntegrationServices(Server)

使用指定的服务器初始化 IntegrationServices 类的新实例。

IntegrationServices(SqlConnection)

使用指定的 SQL 连接初始化 IntegrationServices 类的新实例。

IntegrationServices()

初始化 IntegrationServices 类的新实例。

public:
 IntegrationServices();
public IntegrationServices ();
Public Sub New ()

适用于

IntegrationServices(SfcConnection)

使用指定的连接初始化 IntegrationServices 类的新实例。

public:
 IntegrationServices(Microsoft::SqlServer::Management::Sdk::Sfc::SfcConnection ^ connection);
public IntegrationServices (Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection connection);
new Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices : Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection -> Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
Public Sub New (connection As SfcConnection)

参数

connection
SfcConnection

指定的连接。

适用于

IntegrationServices(Server)

使用指定的服务器初始化 IntegrationServices 类的新实例。

public:
 IntegrationServices(Microsoft::SqlServer::Management::Smo::Server ^ server);
public IntegrationServices (Microsoft.SqlServer.Management.Smo.Server server);
new Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices : Microsoft.SqlServer.Management.Smo.Server -> Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
Public Sub New (server As Server)

参数

server
Server

SMO 服务器。

适用于

IntegrationServices(SqlConnection)

使用指定的 SQL 连接初始化 IntegrationServices 类的新实例。

public:
 IntegrationServices(System::Data::SqlClient::SqlConnection ^ sqlConnection);
public IntegrationServices (System.Data.SqlClient.SqlConnection sqlConnection);
new Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices : System.Data.SqlClient.SqlConnection -> Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
Public Sub New (sqlConnection As SqlConnection)

参数

sqlConnection
SqlConnection

指定的 SQL 连接。

适用于