次の方法で共有


AlterApplicationRoleStatement クラス

ALTER APPLICATION ROLE ステートメントを表します。

継承階層

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
    Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
      Microsoft.SqlServer.TransactSql.ScriptDom.ApplicationRoleStatement
        Microsoft.SqlServer.TransactSql.ScriptDom.AlterApplicationRoleStatement

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
<SerializableAttribute> _
Public Class AlterApplicationRoleStatement _
    Inherits ApplicationRoleStatement
'使用
Dim instance As AlterApplicationRoleStatement
[SerializableAttribute]
public class AlterApplicationRoleStatement : ApplicationRoleStatement
[SerializableAttribute]
public ref class AlterApplicationRoleStatement : public ApplicationRoleStatement
[<SerializableAttribute>]
type AlterApplicationRoleStatement =  
    class 
        inherit ApplicationRoleStatement 
    end
public class AlterApplicationRoleStatement extends ApplicationRoleStatement

AlterApplicationRoleStatement 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド AlterApplicationRoleStatement AlterApplicationRoleStatement クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ ApplicationRoleOptions アプリケーション ロール オプションの一覧を取得します。 (ApplicationRoleStatement から継承されています。)
パブリック プロパティ FirstTokenIndex 最初のトークン インデックスを取得または設定します。 (TSqlFragment から継承されています。)
パブリック プロパティ FragmentLength フラグメントの長さを取得します。 (TSqlFragment から継承されています。)
パブリック プロパティ LastTokenIndex 最後のトークン インデックスを取得または設定します。 (TSqlFragment から継承されています。)
パブリック プロパティ Name アプリケーション ロールの名前を取得または設定します。 (ApplicationRoleStatement から継承されています。)
パブリック プロパティ ScriptTokenStream トークン ストリームの一覧を取得または設定します。 (TSqlFragment から継承されています。)
パブリック プロパティ StartColumn 開始列を取得します。 (TSqlFragment から継承されています。)
パブリック プロパティ StartLine 開始行を取得します。 (TSqlFragment から継承されています。)
パブリック プロパティ StartOffset フラグメントの開始オフセット値を取得します。 (TSqlFragment から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Accept ビジターを受け入れます。 (TSqlFragment.Accept(TSqlFragmentVisitor) をオーバーライドします。)
パブリック メソッド AcceptChildren 子のビジターを受け入れます。 (ApplicationRoleStatement.AcceptChildren(TSqlFragmentVisitor) をオーバーライドします。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間