Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
<GuidAttribute("9B4FDB34-3288-4E38-B30D-7D789A06C020")> _
Public Interface IDTSODBCHandles100
'Usage
Dim instance As IDTSODBCHandles100
[GuidAttribute("9B4FDB34-3288-4E38-B30D-7D789A06C020")]
public interface IDTSODBCHandles100
[GuidAttribute(L"9B4FDB34-3288-4E38-B30D-7D789A06C020")]
public interface class IDTSODBCHandles100
[<GuidAttribute("9B4FDB34-3288-4E38-B30D-7D789A06C020")>]
type IDTSODBCHandles100 = interface end
public interface IDTSODBCHandles100
Der IDTSODBCHandles100-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
cstr | Returns a String that contains the completed connection string returned by the driver. |
![]() |
hdbc | Returns an Integer that contains the ODBC database connection handle. |
![]() |
henv | Returns an Integer that contains the ODBC environment handle. |
Zum Anfang
.gif)