次の方法で共有


DacDeployOptions.IgnoreObjectPlacementOnPartitionScheme プロパティ

定義

オブジェクト (テーブル、インデックス、一意のキー、主キー、およびキュー) のソースとターゲットのモデルを比較するときに、パーティション スキーマ オブジェクトを考慮から除外するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

パーティション スキームを無視する場合は true。それ以外の場合は false。 既定値は true です。

属性

適用対象