DatabaseDdlTrigger.ExecutionContext Property
SQL Server 2012
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.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)] public DatabaseDdlTriggerExecutionContext ExecutionContext { get; set; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerExecutionContextA DatabaseDdlTriggerExecutionContext object that specifies the type of execution context that is used by the database DDL trigger.
If you specify that the execution context type is [F:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerExecutionContext.ExecuteAsUser,] you must also set the ExecutionContextUser property to specify which user to use.