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.