Propriedade ExecutionContext
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 (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public Property ExecutionContext As DatabaseDdlTriggerExecutionContext
Get
Set
'Uso
Dim instance As DatabaseDdlTrigger
Dim value As DatabaseDdlTriggerExecutionContext
value = instance.ExecutionContext
instance.ExecutionContext = value
[SfcPropertyAttribute]
public DatabaseDdlTriggerExecutionContext ExecutionContext { get; set; }
[SfcPropertyAttribute]
public:
property DatabaseDdlTriggerExecutionContext ExecutionContext {
DatabaseDdlTriggerExecutionContext get ();
void set (DatabaseDdlTriggerExecutionContext value);
}
[<SfcPropertyAttribute>]
member ExecutionContext : DatabaseDdlTriggerExecutionContext with get, set
function get ExecutionContext () : DatabaseDdlTriggerExecutionContext
function set ExecutionContext (value : DatabaseDdlTriggerExecutionContext)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DatabaseDdlTriggerExecutionContext
A DatabaseDdlTriggerExecutionContext object that specifies the type of execution context that is used by the database DDL trigger.
Comentários
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.
Consulte também