This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.SqlServer.
                            
	
		Summary
            Before restoring backup, database will be switched to a single user mode. 
            Default operation is to go into single user mode. However in some situation this might not work.
            Use this switch to bypass single user mode and restore the DB as it is
            
            This property has been obsoleted by SwitchToUserMode which allows for a third option
            
		- Assembly
- Cake.SqlServer .dll 
- Namespace
- Cake.SqlServer 
- Containing Type
- RestoreSql Backup Settings 
Syntax
public bool SwitchToSingleUserMode { get; set; }Attributes
| Type | Description | 
|---|---|
| ObsoleteAttribute | 
Value
| Type | Description | 
|---|---|
| bool | 
