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 연결입니다.

적용 대상