Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the data transformation services preserved attributes.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly: Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration DTSPreservedAttributes
'Usage
Dim instance As DTSPreservedAttributes
[FlagsAttribute]
public enum DTSPreservedAttributes
[FlagsAttribute]
public enum class DTSPreservedAttributes
[<FlagsAttribute>]
type DTSPreservedAttributes
public enum DTSPreservedAttributes
Members
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. |