Udostępnij przez


Właściwość IMutableTrigger.ExecutionContext

Pobiera lub ustawia IExecutionContext obiekt, który określa kontekst wykonanie modułu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw:  Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)

Składnia

'Deklaracja
Property ExecutionContext As IExecutionContext
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: Microsoft.SqlServer.Management.SqlParser.Metadata.IExecutionContext
IExecutionContext Obiekt, który określa kontekst wykonanie modułu.

Implementacje

ITrigger.ExecutionContext