Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the IntegrationServices class with the specified SQL connection.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
sqlConnection As SqlConnection _
)
'Usage
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
)
Parameters
- sqlConnection
Type: System.Data.SqlClient.SqlConnection
The specified SQL connection.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace