共用方式為


ExecutionContextLogin 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property ExecutionContextLogin As String
    Get
    Set
'用途
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)

屬性值

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

備註

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