DTSPreservedAttributes 枚举

Specifies the data transformation services preserved attributes.

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
程序集:  Microsoft.SqlServer.FileSystemTask(在 Microsoft.SqlServer.FileSystemTask.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration DTSPreservedAttributes
用法
Dim instance As DTSPreservedAttributes
[FlagsAttribute]
public enum DTSPreservedAttributes
[FlagsAttribute]
public enum class DTSPreservedAttributes
[<FlagsAttribute>]
type DTSPreservedAttributes
public enum DTSPreservedAttributes

成员

成员名称 说明
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.

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.FileSystemTask 命名空间