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 接続。

適用対象