DefaultConstraintDefinition クラス

定義

既定の制約を表します。

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

コンストラクター

名前 説明
DefaultConstraintDefinition()

既定の制約を表します。

フィールド

名前 説明
Uninitialized

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

(継承元 TSqlFragment)

プロパティ

名前 説明
Column

name column te 制約がオンです。 テーブル レベルでのみ有効です。 省略可能。null でもかまいません。

ConstraintIdentifier

制約の名前。

(継承元 ConstraintDefinition)
Expression

制約の値。

FirstTokenIndex

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

(継承元 TSqlFragment)
FragmentLength

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

(継承元 TSqlFragment)
LastTokenIndex

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

(継承元 TSqlFragment)
ScriptTokenStream

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

(継承元 TSqlFragment)
StartColumn

開始列を取得します。

(継承元 TSqlFragment)
StartLine

開始行を取得します。

(継承元 TSqlFragment)
StartOffset

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

(継承元 TSqlFragment)
WithValues

WITH VALUES トークンが true の場合に定義されたことを示します。

メソッド

名前 説明
Accept(TSqlFragmentVisitor)

訪問者を受け入れる

AcceptChildren(TSqlFragmentVisitor)

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

適用対象