DacDeployOptions.DeployDatabaseInSingleUserMode プロパティ

定義

デプロイ操作中にシステムがターゲット データベースでシングル ユーザー モードを取得するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

True 展開中にシングル ユーザー モードを取得します。それ以外の場合は false。 既定値は falseです。

属性

注釈

すべての変更が適用されると、データベースはマルチユーザー モードに戻ります。 実行中にエラーが発生した場合、データベースはシングル ユーザー モードのままになることがあります。

適用対象