Condividi tramite


Interfaccia IDTSODBCHandles100

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.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("0BADFE32-8C0B-4E4C-8CF2-27F4EEFF3D0B")> _
Public Interface IDTSODBCHandles100
'Utilizzo
Dim instance As IDTSODBCHandles100
[GuidAttribute("0BADFE32-8C0B-4E4C-8CF2-27F4EEFF3D0B")]
public interface IDTSODBCHandles100
[GuidAttribute(L"0BADFE32-8C0B-4E4C-8CF2-27F4EEFF3D0B")]
public interface class IDTSODBCHandles100
[<GuidAttribute("0BADFE32-8C0B-4E4C-8CF2-27F4EEFF3D0B")>]
type IDTSODBCHandles100 =  interface end
public interface IDTSODBCHandles100

Nel tipo IDTSODBCHandles100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica cstr Returns a String that contains the completed connection string returned by the driver.
Proprietà pubblica hdbc Returns an Integer that contains the ODBC database connection handle.
Proprietà pubblica henv Returns an Integer that contains the ODBC environment handle.

In alto