SqlDeploymentOptions.IgnoreObjectPlacementOnPartitionScheme プロパティ

定義

次のオブジェクトのソース モデルとターゲット モデルを比較するときに、パーティション 構成オブジェクトを考慮から除外するかどうかを指定するブール値を取得します。Table、Index、Unique Key、Primary Key、Queue です。

public bool IgnoreObjectPlacementOnPartitionScheme { get; }
member this.IgnoreObjectPlacementOnPartitionScheme : bool
Public ReadOnly Property IgnoreObjectPlacementOnPartitionScheme As Boolean

プロパティ値

True のパーティション構成を無視します。それ以外の場合は false。 既定値は True です。

適用対象