ActivationExecutionContext 枚举

The ActivationExecutionContext enumeration contains values that specify the security context used by a procedure. These procedures are activated by a service queue.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration ActivationExecutionContext
用法
Dim instance As ActivationExecutionContext
public enum ActivationExecutionContext
public enum class ActivationExecutionContext
type ActivationExecutionContext
public enum ActivationExecutionContext

成员

成员名称 说明
Owner The activated procedure is executed with the security context of the ServiceQueue object owner.
ExecuteAsUser The activated procedure is executed with the security context of a specified user.
Self Self.

注释

The ActivationExecutionContext enumeration class is served by the ServiceQueue class.