IVCWizCtlUI.GetODBCConsumerClassImpl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ODBC consumer class implementation.
public:
System::String ^ GetODBCConsumerClassImpl();
public:
Platform::String ^ GetODBCConsumerClassImpl();
std::wstring GetODBCConsumerClassImpl();
[System.Runtime.InteropServices.DispId(1610743833)]
public string GetODBCConsumerClassImpl ();
[<System.Runtime.InteropServices.DispId(1610743833)>]
abstract member GetODBCConsumerClassImpl : unit -> string
Public Function GetODBCConsumerClassImpl () As String
Returns
A string containing the ODBC consumer class implementation.
- Attributes