语言

IDTSFileSystemTask.Attributes 属性

定义

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置属性以应用到文件或目录。

public:
 property Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemAttributes Attributes { Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemAttributes get(); void set(Microsoft::SqlServer::Dts::Tasks::FileSystemTask::DTSFileSystemAttributes value); };
public Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemAttributes Attributes { get; set; }
member this.Attributes : Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSFileSystemAttributes with get, set
Public Property Attributes As DTSFileSystemAttributes

属性值

枚举中的有效值 DTSFileSystemAttributes ,指示应应用于文件或目录的属性。

适用于