IDTSODBCHandles100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the native interface for the ODBC connection. A reference to this interface is returned from the AcquireConnection method when the ConnectionManager is of type ODBC.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | cstr | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a String that contains the completed connection string returned by the driver. |
![]() | hdbc | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an Integer that contains the ODBC database connection handle. |
![]() | henv | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an Integer that contains the ODBC environment handle. |
