FileSystemTask.PreservedAttributes Property

Definition

Gets or sets the Data Transformation Services preserved attributes.

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

Property Value

The Data Transformation Services preserved attributes.

Applies to