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