読み込まれている前の行の ID 値に加算される増分の値を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property IdentityIncrement As ScalarExpression
Get
Set
'使用
Dim instance As IdentityOptions
Dim value As ScalarExpression
value = instance.IdentityIncrement
instance.IdentityIncrement = value
public ScalarExpression IdentityIncrement { get; set; }
public:
property ScalarExpression^ IdentityIncrement {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member IdentityIncrement : ScalarExpression with get, set
function get IdentityIncrement () : ScalarExpression
function set IdentityIncrement (value : ScalarExpression)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
読み込まれている前の行の ID 値に加算される増分の値。