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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("0882860C-63A2-4DC0-ADB5-A2F794236708")]
public interface class IDTSODBCHandles100

NameDescription
System_CAPS_pubpropertycstr

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.

System_CAPS_pubpropertyhdbc

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.

System_CAPS_pubpropertyhenv

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.

Return to top
Show: