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 から継承されています。) |
先頭に戻る
.gif)
.gif)