Compartir a través de


ServerDdlTrigger.ExecutionContext Property

Gets or sets the execution context type used by server DDL trigger, itself, the caller, or 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 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)

Valor de propiedad

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

Notas

Texto actualizado:

If you specify that the execution context type is ExecuteAsLogin then you must also set the ExecutionContextLogin property to specify which login 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

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

Otros recursos

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