다음을 통해 공유


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 네임스페이스