DTSPreservedAttributes 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.
Specifies the data transformation services preserved attributes.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration supports a bitwise combination of its member values.
public enum class DTSPreservedAttributes
[System.Flags]
public enum DTSPreservedAttributes
[<System.Flags>]
type DTSPreservedAttributes =
Public Enum DTSPreservedAttributes
- Inheritance
-
DTSPreservedAttributes
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No attribute defined. |
Archive | 1 | The attribute is archive. |
2 | The attribute is hidden. |
|
ReadOnly | 4 | The attribute is read only. |
System | 8 | The attribute is a system file. |