The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

PackagePriorityClass Enumeration

The PackagePriorityClass enumeration provides options for the priority level of a SQL Server Integration Services package.

Enumeration Values

NameSummary
AboveNormal
The thread is scheduled after threads with Default priority and before those with Normal priority.
BelowNormal
The thread is scheduled after threads with Default, AboveNormal, and Normal priority and before those with Lowest priority.
Default
The thread is scheduled before threads with any other priority. This is the highest thread priority.
Idle
This thread is scheduled after threads with any other priority.
Normal
The thread is scheduled after threads with Default and AboveNormal priority, and before those with BelowNormal and Lowest priority.

© Varigence