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.