IDTSODBCHandles100 Interface

Definition

Defines the native interface for the ODBC connection. A reference to this interface is returned from the AcquireConnection(Object) method when the ConnectionManager is of type ODBC.

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
Derived
Attributes

Properties

cstr

Returns a String that contains the completed connection string returned by the driver.

hdbc

Returns an Integer that contains the ODBC database connection handle.

henv

Returns an Integer that contains the ODBC environment handle.

Applies to