Share via


SqlPlanGenerationOptions.DeployDatabaseInSingleUserMode Property

Gets or sets whether to deploy a database in single-user mode.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property DeployDatabaseInSingleUserMode As Boolean
    Get
    Set
'Usage
Dim instance As SqlPlanGenerationOptions
Dim value As Boolean

value = instance.DeployDatabaseInSingleUserMode

instance.DeployDatabaseInSingleUserMode = value
public bool DeployDatabaseInSingleUserMode { get; set; }
public:
property bool DeployDatabaseInSingleUserMode {
    bool get ();
    void set (bool value);
}
function get DeployDatabaseInSingleUserMode () : boolean
function set DeployDatabaseInSingleUserMode (value : boolean)
member DeployDatabaseInSingleUserMode : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace