Construtor IntegrationServices (SfcConnection)
Initializes a new instance of the IntegrationServices class with the specified connection.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
connection As SfcConnection _
)
'Uso
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
)
Parâmetros
- connection
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
The specified connection.
Consulte também
Referência
Sobrecarregado IntegrationServices
Namespace Microsoft.SqlServer.Management.IntegrationServices