Partager via


Propriété ExecutionContext

Gets an IExecutionContext object that specifies the module execution context.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property ExecutionContext As IExecutionContext
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IExecutionContext
The IExecutionContext object that specifies the module execution context.