Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
The ActivationExecutionContext enumeration contains values that specify the security context used by a procedure. These procedures are activated by a service queue.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)
Sintaxe
'Declaração
Public Enumeration ActivationExecutionContext
'Uso
Dim instance As ActivationExecutionContext
public enum ActivationExecutionContext
public enum class ActivationExecutionContext
type ActivationExecutionContext
public enum ActivationExecutionContext
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Comentários
The ActivationExecutionContext enumeration class is served by the ServiceQueue class.