Compartir a través de


Interfaz 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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("0BADFE32-8C0B-4E4C-8CF2-27F4EEFF3D0B")> _
Public Interface IDTSODBCHandles100
'Uso
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

El tipo IDTSODBCHandles100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública cstr Returns a String that contains the completed connection string returned by the driver.
Propiedad pública hdbc Returns an Integer that contains the ODBC database connection handle.
Propiedad pública henv Returns an Integer that contains the ODBC environment handle.

Arriba