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

NameDescription
System_CAPS_pubpropertycstr

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

System_CAPS_pubpropertyhdbc

Returns an Integer that contains the ODBC database connection handle.

System_CAPS_pubpropertyhenv

Returns an Integer that contains the ODBC environment handle.

Return to top
Show: