Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an instance of the OdbcConnectionStringParser class.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As OdbcConnectionStringParser
public static OdbcConnectionStringParser Instance { get; }
public:
static property OdbcConnectionStringParser^ Instance {
OdbcConnectionStringParser^ get ();
}
static member Instance : OdbcConnectionStringParser
static function get Instance () : OdbcConnectionStringParser
Property Value
Type: Microsoft.Data.Schema.OdbcConnectionStringParser
A parser for an ODBC connection string.
.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.