Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the IntegrationServices class with the specified SQL connection.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
sqlConnection As SqlConnection _
)
'Применение
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
)
Параметры
- sqlConnection
Тип: System.Data.SqlClient.SqlConnection
The specified SQL connection.
См. также
Справочник
Перегрузка IntegrationServices
Пространство имен Microsoft.SqlServer.Management.IntegrationServices