Поделиться через


Свойство ServerDdlTrigger.ExecutionContext

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ExecutionContext As ServerDdlTriggerExecutionContext 
    Get 
    Set
'Применение
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)

Значение свойства

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

Замечания

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

Примеры

Создание, изменение и удаление триггеров

См. также

Справочник

ServerDdlTrigger Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Триггеры DDL

CREATE TRIGGER (Transact-SQL)