IntegrationServices Constructors

Definition

Initializes a new instance of the IntegrationServices class.

Overloads

IntegrationServices()

Initializes a new instance of the IntegrationServices class.

IntegrationServices(SfcConnection)

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

IntegrationServices(Server)

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

IntegrationServices(SqlConnection)

Initializes a new instance of the IntegrationServices class with the specified SQL connection.

IntegrationServices()

Initializes a new instance of the IntegrationServices class.

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

Applies to

IntegrationServices(SfcConnection)

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

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)

Parameters

connection
SfcConnection

The specified connection.

Applies to

IntegrationServices(Server)

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

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)

Parameters

server
Server

The SMO server.

Applies to

IntegrationServices(SqlConnection)

Initializes a new instance of the IntegrationServices class with the specified SQL connection.

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)

Parameters

sqlConnection
SqlConnection

The specified SQL connection.

Applies to