DacDeployOptions.DeployDatabaseInSingleUserMode Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se il sistema acquisirà la modalità utente singolo nel database di destinazione durante la durata dell'operazione di distribuzione.

public bool DeployDatabaseInSingleUserMode { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DeployDatabaseInSingleUserMode")]
public bool DeployDatabaseInSingleUserMode { get; set; }
member this.DeployDatabaseInSingleUserMode : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DeployDatabaseInSingleUserMode")>]
member this.DeployDatabaseInSingleUserMode : bool with get, set
Public Property DeployDatabaseInSingleUserMode As Boolean

Valore della proprietà

True per acquisire la modalità utente singolo durante la distribuzione; in caso contrario, false. Il valore predefinito è false.

Attributi

Commenti

Il database verrà restituito alla modalità multiutente dopo l'applicazione di tutte le modifiche. Il database può rimanere in modalità utente singolo se si verifica un errore durante l'esecuzione.

Si applica a