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. |
上層