Proprietà ServerDdlTrigger.ExecutionContext

Gets or sets the execution context type used by server DDL trigger, itself, the caller, or a specified login.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ExecutionContext As ServerDdlTriggerExecutionContext 
    Get 
    Set
'Utilizzo
Dim instance As ServerDdlTrigger 
Dim value As ServerDdlTriggerExecutionContext 

value = instance.ExecutionContext

instance.ExecutionContext = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ServerDdlTriggerExecutionContext ExecutionContext { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ServerDdlTriggerExecutionContext ExecutionContext {
    ServerDdlTriggerExecutionContext get ();
    void set (ServerDdlTriggerExecutionContext value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ExecutionContext : ServerDdlTriggerExecutionContext with get, set
function get ExecutionContext () : ServerDdlTriggerExecutionContext 
function set ExecutionContext (value : ServerDdlTriggerExecutionContext)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.ServerDdlTriggerExecutionContext
A ServerDdlTriggerExecutionContext object that specifies the type of execution context used by the server DDL trigger.

Osservazioni

If you specify that the execution context type is ExecuteAsLogin then you must also set the ExecutionContextLogin property to specify which login to use.

Esempi

Creazione, modifica e rimozione di trigger

Vedere anche

Riferimento

ServerDdlTrigger Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Trigger DDL

CREATE TRIGGER (Transact-SQL)