次の方法で共有


ITrigger インターフェイス

SQL Server トリガーを表します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
Public Interface ITrigger _
    Inherits IMetadataObject
'使用
Dim instance As ITrigger
public interface ITrigger : IMetadataObject
public interface class ITrigger : IMetadataObject
type ITrigger =  
    interface
        interface IMetadataObject
    end
public interface ITrigger extends IMetadataObject

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

プロパティ

  名前 説明
パブリック プロパティ BodyText モジュールを定義する Transact-SQL ステートメントを取得します。
パブリック プロパティ ExecutionContext モジュールの実行コンテキストを示す IExecutionContext オブジェクトを取得します。
パブリック プロパティ IsEncrypted モジュールが暗号化されているかどうかを示す値を取得します。
パブリック プロパティ Name メタデータ オブジェクトの名前を取得します。 (IMetadataObject から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Accept< (Of < <' (T> ) > > ) 指定した IMetadataObjectVisitor<(Of <(<'T>)>)> オブジェクトからのアクセスを許可します。 (IMetadataObject から継承されています。)

先頭に戻る