DTSPriorityClass Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DTSPriorityClass
public enum DTSPriorityClass
type DTSPriorityClass =
Public Enum DTSPriorityClass
- Inheritance
-
DTSPriorityClass
Fields
Name | Value | Description |
---|---|---|
DTSPC_DEFAULT | 0 | |
DTSPC_ABOVE_NORMAL | 1 | |
DTSPC_NORMAL | 2 | |
DTSPC_BELOW_NORMAL | 3 | |
DTSPC_IDLE | 4 |