IdentityOptions.IdentityIncrement 속성

Gets or sets the incremental value added to the identity value of the previous loaded row.

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

구문

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

value = instance.IdentityIncrement

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The incremental value added the identity value of the previous loaded row.

참고 항목

참조

IdentityOptions 클래스

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