This documentation is archived and is not being maintained.
IDTSODBCHandles100 Interface
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.
Namespace:
Microsoft.SqlServer.Dts.Runtime.Wrapper Assembly:
Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
[GuidAttribute("3CD7CEB2-9B1D-4AA2-B62C-6B8763457CD7" )]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSODBCHandles100
Name Description 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.
Return to top