Condividi tramite


ServerDdlTrigger.ExecutionContext Property

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
Public Property ExecutionContext As ServerDdlTriggerExecutionContext
public ServerDdlTriggerExecutionContext ExecutionContext { get; set; }
public:
property ServerDdlTriggerExecutionContext ExecutionContext {
    ServerDdlTriggerExecutionContext get ();
    void set (ServerDdlTriggerExecutionContext value);
}
/** @property */
public ServerDdlTriggerExecutionContext get_ExecutionContext ()

/** @property */
public void set_ExecutionContext (ServerDdlTriggerExecutionContext value)
public function get ExecutionContext () : ServerDdlTriggerExecutionContext

public function set ExecutionContext (value : ServerDdlTriggerExecutionContext)

Valore proprietà

A ServerDdlTriggerExecutionContext object that specifies the type of execution context used by the server DDL trigger.

Osservazioni

Testo aggiornato:

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

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

How to: Create, Alter, and Remove a Trigger in Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ServerDdlTrigger Class
ServerDdlTrigger Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Creating, Altering, and Removing Triggers
Trigger DDL
CREATE TRIGGER (Transact-SQL)