Construtor IntegrationServices (SqlConnection)
Initializes a new instance of the IntegrationServices class with the specified SQL connection.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
sqlConnection As SqlConnection _
)
'Uso
Dim sqlConnection As SqlConnection
Dim instance As New IntegrationServices(sqlConnection)
public IntegrationServices(
SqlConnection sqlConnection
)
public:
IntegrationServices(
SqlConnection^ sqlConnection
)
new :
sqlConnection:SqlConnection -> IntegrationServices
public function IntegrationServices(
sqlConnection : SqlConnection
)
Parâmetros
- sqlConnection
Tipo: System.Data.SqlClient.SqlConnection
The specified SQL connection.
Consulte também
Referência
Sobrecarregado IntegrationServices
Namespace Microsoft.SqlServer.Management.IntegrationServices