DacDeployOptions.IgnorePartitionSchemes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ソースとターゲットのモデルを比較するときに、PARTITION FUNCTION のパラメーターの種類と境界の VALUES を考慮から除外するかどうかを指定するブール値を取得または設定します。 また、PARTITION SCHEMA の FILEGROUP とパーティション関数も、ソース モデルとターゲット モデルを比較する際の考慮の対象から除外します。
public bool IgnorePartitionSchemes { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnorePartitionSchemes")]
public bool IgnorePartitionSchemes { get; set; }
member this.IgnorePartitionSchemes : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnorePartitionSchemes")>]
member this.IgnorePartitionSchemes : bool with get, set
Public Property IgnorePartitionSchemes As Boolean
プロパティ値
パーティション関数およびパーティション構成の側面を無視する場合は true、それ以外の場合は false。 既定値は false です。
- 属性