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. |
맨 위로 이동