IntegrationServices Constructor (SfcConnection)
Initializes a new instance of the IntegrationServices class with the specified connection.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
connection As SfcConnection _
)
'Usage
Dim connection As SfcConnection
Dim instance As New IntegrationServices(connection)
public IntegrationServices(
SfcConnection connection
)
public:
IntegrationServices(
SfcConnection^ connection
)
new :
connection:SfcConnection -> IntegrationServices
public function IntegrationServices(
connection : SfcConnection
)
Parameters
- connection
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
The specified connection.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace