IDTSFileSystemTask.Attributes Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the attributes to apply to the file or directory.

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

Property Value

A valid value from the DTSFileSystemAttributes enumeration that indicates the attributes to apply to the file or directory.

Applies to