次の方法で共有


IdentityOptions.IdentitySeed プロパティ

ID シード値を取得または設定します。

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

構文

'宣言
Public Property IdentitySeed As ScalarExpression 
    Get 
    Set
'使用
Dim instance As IdentityOptions 
Dim value As ScalarExpression 

value = instance.IdentitySeed

instance.IdentitySeed = value
public ScalarExpression IdentitySeed { get; set; }
public:
property ScalarExpression^ IdentitySeed {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member IdentitySeed : ScalarExpression with get, set
function get IdentitySeed () : ScalarExpression 
function set IdentitySeed (value : ScalarExpression)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
ID シード。

関連項目

参照

IdentityOptions クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間