共用方式為


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 命名空間