다음을 통해 공유


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 네임스페이스