Partager via


Propriété ServerDdlTrigger.ExecutionContextLogin

Gets or sets the login under the context of which the server DDL trigger executes.

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcReferenceAttribute(GetType(Login), "Server[@Name = '{0}']/Login[@Name = '{1}']",  _
    )> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<CLSCompliantAttribute(False)> _
Public Property ExecutionContextLogin As String 
    Get 
    Set
'Utilisation
Dim instance As ServerDdlTrigger 
Dim value As String 

value = instance.ExecutionContextLogin

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

Valeur de propriété

Type : System.String
A ServerDdlTriggerEventSet object that specifies the events that raise the server DDL trigger.

Notes

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

Exemples

Création, modification et suppression de déclencheurs

Voir aussi

Référence

ServerDdlTrigger Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Déclencheurs DDL

CREATE TRIGGER (Transact-SQL)