Compartir a través de


DatabaseDdlTrigger.ExecutionContext Property

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

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public Property ExecutionContext As DatabaseDdlTriggerExecutionContext
public DatabaseDdlTriggerExecutionContext ExecutionContext { get; set; }
public:
property DatabaseDdlTriggerExecutionContext ExecutionContext {
    DatabaseDdlTriggerExecutionContext get ();
    void set (DatabaseDdlTriggerExecutionContext value);
}
/** @property */
public DatabaseDdlTriggerExecutionContext get_ExecutionContext ()

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

public function set ExecutionContext (value : DatabaseDdlTriggerExecutionContext)

Valor de propiedad

A DatabaseDdlTriggerExecutionContext object that specifies the type of execution context that is used by the database DDL trigger.

Notas

Texto actualizado:

If you specify that the execution context type is ExecuteAsUser, you must also set the ExecutionContextUser property to specify which user to use.

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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

Otros recursos

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