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. |