Proprietà ExecutionContext
Gets an IExecutionContext object that specifies the module execution context.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
ReadOnly Property ExecutionContext As IExecutionContext
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IExecutionContext
The IExecutionContext object that specifies the module execution context.
Vedere anche