DTSPreservedAttributes Enumeration
Specifies the data transformation services preserved attributes.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)
| Member name | Description | |
|---|---|---|
| Archive | The attribute is archive. | |
| Hidden | The attribute is hidden. | |
| None | No attribute defined. | |
| ReadOnly | The attribute is read only. | |
| System | The attribute is a system file. |
Show: