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