次の方法で共有


IdentityFunctionCall.Seed プロパティ

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

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

構文

'宣言
Public Property Seed As ScalarExpression 
    Get 
    Set
'使用
Dim instance As IdentityFunctionCall 
Dim value As ScalarExpression 

value = instance.Seed

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

プロパティ値

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

関連項目

参照

IdentityFunctionCall クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間