Поделиться через


IntegrationServices Конструкторы

Определение

Инициализирует новый экземпляр класса IntegrationServices.

Перегрузки

IntegrationServices()

Инициализирует новый экземпляр класса IntegrationServices.

IntegrationServices(SfcConnection)

Инициализирует новый экземпляр класса IntegrationServices с указанным соединением.

IntegrationServices(Server)

Инициализирует новый экземпляр класса IntegrationServices с указанным сервером.

IntegrationServices(SqlConnection)

Инициализирует новый экземпляр класса IntegrationServices с указанным соединением SQL.

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)

Инициализирует новый экземпляр класса IntegrationServices с указанным соединением SQL.

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-соединение.

Применяется к