Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Provides a base service that can be used to create new connection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Design
Сборка: Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)
Синтаксис
'Декларация
Public Interface IDtsConnectionBaseService
'Применение
Dim instance As IDtsConnectionBaseService
public interface IDtsConnectionBaseService
public interface class IDtsConnectionBaseService
type IDtsConnectionBaseService = interface end
public interface IDtsConnectionBaseService
Тип IDtsConnectionBaseService обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
IsDesignerOnline | Gets a value that indicates whether the designer is working in an online mode. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
CreateConnection(String) | Creates a new connection using the specified connection type. |
![]() |
CreateConnection(String, ConnectionManagerUIArgs) | Creates a new connection using the specified connection type and argument. |
![]() |
GetConnections | Retrieves all connection managers in the current package. |
![]() |
GetConnectionsOfType | Returns all connections of the specified type found in the current package. |
В начало
.gif)
.gif)