Compartilhar via


Propriedade do RDL ServerDdlTrigger.ExecutionContext

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ExecutionContext As ServerDdlTriggerExecutionContext 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Comentários

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

Exemplos

Criando, alterando e removendo gatilhos

Consulte também

Referência

ServerDdlTrigger Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Gatilhos DDL

CREATE TRIGGER (Transact-SQL)