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 命名空间