Initializes a new instance of the IntegrationServices class with the specified connection.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public Sub New ( _
connection As SfcConnection _
)
用法
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
)
参数
- connection
类型:Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
The specified connection.