共用方式為


ExecutionContextUser 屬性

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

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

語法

'宣告
<SfcPropertyAttribute> _
Public Property ExecutionContextUser As String
    Get
    Set
'用途
Dim instance As DatabaseDdlTrigger
Dim value As String

value = instance.ExecutionContextUser

instance.ExecutionContextUser = value
[SfcPropertyAttribute]
public string ExecutionContextUser { get; set; }
[SfcPropertyAttribute]
public:
property String^ ExecutionContextUser {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member ExecutionContextUser : string with get, set
function get ExecutionContextUser () : String
function set ExecutionContextUser (value : String)

屬性值

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

備註

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

範例

設定屬性