次の方法で共有


DacDeployOptions.IgnoreIdentitySeed プロパティ

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

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

構文

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

value = instance.IgnoreIdentitySeed

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

プロパティ値

型: System.Boolean
IDENTITY 列のシード値の違いを無視する場合は true、それ以外の場合は false。既定値は false です。

関連項目

参照

DacDeployOptions クラス

Microsoft.SqlServer.Dac 名前空間