次の方法で共有


IdentityFunction.Seed プロパティ

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

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Seed As Expression
'使用
Dim instance As IdentityFunction
Dim value As Expression

value = instance.Seed

instance.Seed = value
public Expression Seed { get; set; }
public:
property Expression^ Seed {
    Expression^ get ();
    void set (Expression^ value);
}
public function get Seed () : Expression
public function set Seed (value : Expression)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Expression

解説

省略可能。null でもかまいません。

参照

参照

IdentityFunction クラス

IdentityFunction メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間