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.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("9B4FDB34-3288-4E38-B30D-7D789A06C020")]
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: