VCWizCtlClass.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:
virtual System::String ^ GetODBCConsumerClassImpl() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetODBCConsumerClassImpl;
public:
virtual Platform::String ^ GetODBCConsumerClassImpl() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetODBCConsumerClassImpl;
virtual std::wstring GetODBCConsumerClassImpl();
[System.Runtime.InteropServices.DispId(1610743833)]
public virtual string GetODBCConsumerClassImpl ();
[<System.Runtime.InteropServices.DispId(1610743833)>]
abstract member GetODBCConsumerClassImpl : unit -> string
override this.GetODBCConsumerClassImpl : unit -> string
Public Overridable Function GetODBCConsumerClassImpl () As String
Returns
A string containing the ODBC consumer class implementation.
Implements
- Attributes