DTSPreservedAttributes Enum

Definition

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

Archive 1

The attribute is archive.

Hidden 2

The attribute is hidden.

None 0

No attribute defined.

ReadOnly 4

The attribute is read only.

System 8

The attribute is a system file.

Applies to