ExecutionContext プロパティ
モジュールの実行コンテキストを示す IExecutionContext オブジェクトを取得または設定します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
Property ExecutionContext As IExecutionContext
Get
Set
'使用
Dim instance As IMutableTrigger
Dim value As IExecutionContext
value = instance.ExecutionContext
instance.ExecutionContext = value
IExecutionContext ExecutionContext { get; set; }
property IExecutionContext^ ExecutionContext {
IExecutionContext^ get ();
void set (IExecutionContext^ value);
}
abstract ExecutionContext : IExecutionContext with get, set
function get ExecutionContext () : IExecutionContext
function set ExecutionContext (value : IExecutionContext)
プロパティ値
型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IExecutionContext
モジュールの実行コンテキストを示す IExecutionContext オブジェクトです。