DacDeployOptions.RegisterDataTierApplication プロパティ

定義

データベースを Data-Tier アプリケーションとして登録するかどうかを指定するブール値を取得または設定します。
ターゲット データベースが既に登録済みの Data-Tier アプリケーションである場合は、登録が更新されます。

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

プロパティ値

データベースを Data-Tier アプリケーションとして登録する場合は true。それ以外の場合は false。 既定値は falseです。

属性

適用対象