共用方式為


IdentityFunctionCall.Seed 屬性

Gets or sets the seed for the identity.

命名空間:  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
The seed for the identity.

請參閱

參考

IdentityFunctionCall 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間