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 枚举的有效值,指示要应用于文件或目录的属性。

适用于