dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / UserInstance Property

In This Topic
    UserInstance Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property UserInstance As Boolean
    public bool UserInstance {get; set;}
    See Also