Freigeben über


DTSPreservedAttributes-Enumeration

Specifies the data transformation services preserved attributes.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

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

Elemente

Elementname Beschreibung
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.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.FileSystemTask-Namespace