IDtsConnectionBaseService 接口

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.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Design 命名空间