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 OleDbConnectionStringParser class.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As OleDbConnectionStringParser
public static OleDbConnectionStringParser Instance { get; }
public:
static property OleDbConnectionStringParser^ Instance {
OleDbConnectionStringParser^ get ();
}
static member Instance : OleDbConnectionStringParser
static function get Instance () : OleDbConnectionStringParser
Property Value
Type: Microsoft.Data.Schema.OleDbConnectionStringParser
A parser for an OLE DB 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.