次の方法で共有


IMutableTrigger インターフェイス

変更可能な SQL Server トリガーを表します。

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

構文

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

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

プロパティ

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

先頭に戻る

メソッド

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

先頭に戻る