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. |
页首