テーブル、インデックス、一意キー、主キー、およびキューの各オブジェクトに関して、ソース モデルとターゲット モデルを比較する際の考慮の対象からパーティション構成オブジェクトを除外するかどうかを指定するブール値を取得または設定します。
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)
構文
'宣言
Public Property IgnoreObjectPlacementOnPartitionScheme As Boolean
Get
Set
'使用
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.IgnoreObjectPlacementOnPartitionScheme
instance.IgnoreObjectPlacementOnPartitionScheme = value
public bool IgnoreObjectPlacementOnPartitionScheme { get; set; }
public:
property bool IgnoreObjectPlacementOnPartitionScheme {
bool get ();
void set (bool value);
}
member IgnoreObjectPlacementOnPartitionScheme : bool with get, set
function get IgnoreObjectPlacementOnPartitionScheme () : boolean
function set IgnoreObjectPlacementOnPartitionScheme (value : boolean)
プロパティ値
型: System.Boolean
パーティション構成を無視する場合は true、それ以外の場合は false。既定値は true です。