次の方法で共有


IdentityFunctionCall.Increment プロパティ

ID の増分を取得または設定します。 省略可能。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
ID の増分。

関連項目

参照

IdentityFunctionCall クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間