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

멤버

멤버 이름 설명
ExecuteAsUser The activated procedure is executed with the security context of a specified user.
Owner The activated procedure is executed with the security context of the ServiceQueue object owner.
Self Self.

주의

The ActivationExecutionContext enumeration class is served by the ServiceQueue class.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스