语言

FileSystemTask.PreservedAttributes 属性

定义

获取或设置数据转换服务保留属性。

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

属性值

数据转换服务保留了属性。

适用于