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