IDTSODBCHandles100 인터페이스

정의

ODBC 연결에 대한 네이티브 인터페이스를 정의합니다. AcquireConnection(Object)가 ODBC 형식일 때 ConnectionManager 메서드에서 이 인터페이스에 대한 참조가 반환됩니다.

public interface class IDTSODBCHandles100
[System.Runtime.InteropServices.Guid("3CD7CEB2-9B1D-4AA2-B62C-6B8763457CD7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSODBCHandles100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("20EFECD1-5E6C-4E22-80C6-BD099C734F81")]
public interface IDTSODBCHandles100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("CCE39195-6D20-4822-8308-EF1087BCA5B4")]
public interface IDTSODBCHandles100
[<System.Runtime.InteropServices.Guid("3CD7CEB2-9B1D-4AA2-B62C-6B8763457CD7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSODBCHandles100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("20EFECD1-5E6C-4E22-80C6-BD099C734F81")>]
type IDTSODBCHandles100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("CCE39195-6D20-4822-8308-EF1087BCA5B4")>]
type IDTSODBCHandles100 = interface
Public Interface IDTSODBCHandles100
파생
특성

속성

cstr

드라이버에서 반환한 완료된 연결 문자열을 포함하는 String을 반환합니다.

hdbc

ODBC 데이터베이스 연결 핸들을 포함하는 Integer를 반환합니다.

henv

ODBC 환경 핸들을 포함하는 Integer를 반환합니다.

적용 대상