CreateApplicationRoleStatement クラス

定義

アプリケーション ロールの作成ステートメントを表します。

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

コンストラクター

名前 説明
CreateApplicationRoleStatement()

アプリケーション ロールの作成ステートメントを表します。

フィールド

名前 説明
Uninitialized

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

(継承元 TSqlFragment)

プロパティ

名前 説明
ApplicationRoleOptions

アプリケーション ロールのオプション。

(継承元 ApplicationRoleStatement)
FirstTokenIndex

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

(継承元 TSqlFragment)
FragmentLength

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

(継承元 TSqlFragment)
LastTokenIndex

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

(継承元 TSqlFragment)
Name

アプリケーション ロールの名前。

(継承元 ApplicationRoleStatement)
ScriptTokenStream

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

(継承元 TSqlFragment)
StartColumn

開始列を取得します。

(継承元 TSqlFragment)
StartLine

開始行を取得します。

(継承元 TSqlFragment)
StartOffset

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

(継承元 TSqlFragment)

メソッド

名前 説明
Accept(TSqlFragmentVisitor)

訪問者を受け入れる

AcceptChildren(TSqlFragmentVisitor)

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

適用対象