IdentityFunctionCall クラス

定義

このクラスは、SelectColumn で使用できる ID 関数を表します。

[System.Serializable]
public class IdentityFunctionCall : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
[<System.Serializable>]
type IdentityFunctionCall = class
    inherit ScalarExpression
Public Class IdentityFunctionCall
Inherits ScalarExpression
継承
IdentityFunctionCall
属性

コンストラクター

名前 説明
IdentityFunctionCall()

このクラスは、SelectColumn で使用できる ID 関数を表します。

フィールド

名前 説明
Uninitialized

トークンを示す定数と初期化されていないトークン。

(継承元 TSqlFragment)

プロパティ

名前 説明
DataType

列の DataType。

FirstTokenIndex

トークンの最初のインデックスを取得または設定します。

(継承元 TSqlFragment)
FragmentLength

フラグメントが解析されたスクリプトで占める文字数を定義します。

(継承元 TSqlFragment)
Increment

ID の増分。 省略可能。null でもかまいません。

LastTokenIndex

トークンの最後のインデックスを取得または設定します。

(継承元 TSqlFragment)
ScriptTokenStream

スクリプト トークン ストリームを取得または設定します。

(継承元 TSqlFragment)
Seed

ID のシード。 省略可能。null でもかまいません。

StartColumn

開始列を取得します。

(継承元 TSqlFragment)
StartLine

開始行を取得します。

(継承元 TSqlFragment)
StartOffset

解析されたスクリプト内のフラグメントの開始位置の文字オフセットを定義します。

(継承元 TSqlFragment)

メソッド

名前 説明
Accept(TSqlFragmentVisitor)

訪問者を受け入れる

AcceptChildren(TSqlFragmentVisitor)

子供のための訪問者を受け入れます

適用対象