Proprietà DatabaseDdlTrigger.ExecutionContextUser

Gets or sets the database user that is the context used when the database DDL trigger executes.

Questa API non è conforme a CLS. 

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

Sintassi

'Dichiarazione
<SfcReferenceAttribute(GetType(User), "Server[@Name = '{0}']/Database[@Name = '{1}']/User[@Name = '{2}']",  _
    )> _
<CLSCompliantAttribute(False)> _
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property ExecutionContextUser As String 
    Get 
    Set
'Utilizzo
Dim instance As DatabaseDdlTrigger 
Dim value As String 

value = instance.ExecutionContextUser

instance.ExecutionContextUser = value
[SfcReferenceAttribute(typeof(User), "Server[@Name = '{0}']/Database[@Name = '{1}']/User[@Name = '{2}']", 
    )]
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string ExecutionContextUser { get; set; }
[SfcReferenceAttribute(typeof(User), L"Server[@Name = '{0}']/Database[@Name = '{1}']/User[@Name = '{2}']", 
    )]
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ ExecutionContextUser {
    String^ get ();
    void set (String^ value);
}
[<SfcReferenceAttribute(typeof(User), "Server[@Name = '{0}']/Database[@Name = '{1}']/User[@Name = '{2}']", 
    )>]
[<CLSCompliantAttribute(false)>]
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member ExecutionContextUser : string with get, set
function get ExecutionContextUser () : String 
function set ExecutionContextUser (value : String)

Valore proprietà

Tipo: System.String
A String value that specifies the database user that is the context used when the database DDL trigger executes.

Osservazioni

This property is required only when the ExecutionContext property is set to ExecuteAsUser.

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)