Proprietà DatabaseDdlTrigger.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.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property ExecutionContext As DatabaseDdlTriggerExecutionContext 
    Get 
    Set
'Utilizzo
Dim instance As DatabaseDdlTrigger 
Dim value As DatabaseDdlTriggerExecutionContext 

value = instance.ExecutionContext

instance.ExecutionContext = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public DatabaseDdlTriggerExecutionContext ExecutionContext { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property DatabaseDdlTriggerExecutionContext ExecutionContext {
    DatabaseDdlTriggerExecutionContext get ();
    void set (DatabaseDdlTriggerExecutionContext value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member ExecutionContext : DatabaseDdlTriggerExecutionContext with get, set
function get ExecutionContext () : DatabaseDdlTriggerExecutionContext 
function set ExecutionContext (value : DatabaseDdlTriggerExecutionContext)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerExecutionContext
A DatabaseDdlTriggerExecutionContext object that specifies the type of execution context that is used by the database DDL trigger.

Osservazioni

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.

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

DatabaseDdlTrigger Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Creazione, modifica e rimozione di trigger

Trigger DDL

CREATE TRIGGER (Transact-SQL)