次の方法で共有


DacDeployOptions.IgnoreFilegroupPlacement プロパティ

ソース モデルとターゲット モデルを比較する際の考慮の対象からファイル グループ指定子を除外するかどうかを指定するブール値を取得または設定します。

名前空間:  Microsoft.SqlServer.Dac
アセンブリ:  Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)

構文

'宣言
Public Property IgnoreFilegroupPlacement As Boolean 
    Get 
    Set
'使用
Dim instance As DacDeployOptions 
Dim value As Boolean 

value = instance.IgnoreFilegroupPlacement

instance.IgnoreFilegroupPlacement = value
public bool IgnoreFilegroupPlacement { get; set; }
public:
property bool IgnoreFilegroupPlacement {
    bool get ();
    void set (bool value);
}
member IgnoreFilegroupPlacement : bool with get, set
function get IgnoreFilegroupPlacement () : boolean 
function set IgnoreFilegroupPlacement (value : boolean)

プロパティ値

型: System.Boolean
ファイル グループ指定子の違いを無視する場合は true、それ以外の場合は false。既定値は true です。

関連項目

参照

DacDeployOptions クラス

Microsoft.SqlServer.Dac 名前空間