ExecutionContextLogin propriété
Gets or sets the login under the context of which the server DDL trigger executes.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property ExecutionContextLogin As String
Get
Set
'Utilisation
Dim instance As ServerDdlTrigger
Dim value As String
value = instance.ExecutionContextLogin
instance.ExecutionContextLogin = value
[SfcPropertyAttribute]
public string ExecutionContextLogin { get; set; }
[SfcPropertyAttribute]
public:
property String^ ExecutionContextLogin {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ExecutionContextLogin : string with get, set
function get ExecutionContextLogin () : String
function set ExecutionContextLogin (value : String)
Valeur de la propriété
Type : System. . :: . .String
A ServerDdlTriggerEventSet object that specifies the events that raise the server DDL trigger.
Voir aussi