ExecutionContext-Eigenschaft
Gets or sets an IExecutionContext object that specifies the module execution context.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Property ExecutionContext As IExecutionContext
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IExecutionContext
The IExecutionContext object that specifies the module execution context.