IntegrationServices Constructor (SfcConnection)
Initializes a new instance of the IntegrationServices class with the specified connection.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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.
Vea también
Referencia
Sobrecarga de IntegrationServices
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices