Compartir a través de


Enumeración DTSPriorityClass

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Describes the priority of a thread in a class.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSPriorityClass
'Uso
Dim instance As DTSPriorityClass
public enum DTSPriorityClass
public enum class DTSPriorityClass
type DTSPriorityClass
public enum DTSPriorityClass

Miembros

Nombre del miembro Descripción
DTSPC_ABOVE_NORMAL The thread is scheduled after threads with Default priority and before those with Normal priority.
DTSPC_BELOW_NORMAL The thread is scheduled after threads with Default, AboveNormal, and Normal priority and before those with Lowest priority.
DTSPC_DEFAULT The thread is scheduled before threads with any other priority. This is the highest thread priority.
DTSPC_IDLE This thread is scheduled after threads with any other priority.
DTSPC_NORMAL The thread is scheduled after threads with Default and AboveNormal priority, and before those with BelowNormal and Lowest priority.

Comentarios

For more information, see DTSPriorityClass.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper