SqlConnectionStringBuilder::UserInstance Property
Gets or sets a value that indicates whether to redirect the connection from the default SQL Server Express instance to a runtime-initiated instance running under the account of the caller.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::BooleanThe value of the UserInstance property, or False if none has been supplied.
| Exception | Condition |
|---|---|
| ArgumentNullException | To set the value to null, use Value. |
This property corresponds to the "User Instance" key within the connection string.
Note |
|---|
This feature is available only with the SQL Server Express Edition. For more information on user instances, see SQL Server Express User Instances and "User Instances for Non-Administrators" in SQL Server Books Online. |
Available since 2.0
