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.
Gets the ODBC consumer class declaration.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GetODBCConsumerClassDecl ( _
bBindAllColumns As Boolean, _
bSnapshot As Boolean, _
bstrClassName As String _
) As String
string GetODBCConsumerClassDecl(
bool bBindAllColumns,
bool bSnapshot,
string bstrClassName
)
String^ GetODBCConsumerClassDecl(
[InAttribute] bool bBindAllColumns,
[InAttribute] bool bSnapshot,
[InAttribute] String^ bstrClassName
)
abstract GetODBCConsumerClassDecl :
bBindAllColumns:bool *
bSnapshot:bool *
bstrClassName:string -> string
function GetODBCConsumerClassDecl(
bBindAllColumns : boolean,
bSnapshot : boolean,
bstrClassName : String
) : String
Parameters
- bBindAllColumns
Type: System.Boolean
Optional. True if all columns in the selected table are bound. False if no columns are bound.
- bSnapshot
Type: System.Boolean
Optional. True if the recordset is a snapshot. False if the recordset is a dynaset.
- bstrClassName
Type: System.String
Required. A string containing the ODBC class name.
Return Value
Type: System.String
A string containing the ODBC consumer class declaration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.