IdentityFunctionCall.Increment 속성

Gets or sets the increment for the identity. Optional, may be nullnull 참조(Visual Basic에서는 Nothing).

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property Increment As ScalarExpression 
    Get 
    Set
‘사용 방법
Dim instance As IdentityFunctionCall 
Dim value As ScalarExpression 

value = instance.Increment

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The increment for the identity.

참고 항목

참조

IdentityFunctionCall 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스