Propriedade do RDL ExecutionContext
Gets an IExecutionContext object that specifies the module execution context.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property ExecutionContext As IExecutionContext
Get
'Uso
Dim instance As ITrigger
Dim value As IExecutionContext
value = instance.ExecutionContext
IExecutionContext ExecutionContext { get; }
property IExecutionContext^ ExecutionContext {
IExecutionContext^ get ();
}
abstract ExecutionContext : IExecutionContext
function get ExecutionContext () : IExecutionContext
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IExecutionContext
The IExecutionContext object that specifies the module execution context.
Consulte também