Поделиться через


Свойство FileSystemTask.PreservedAttributes

Gets or sets the Data Transformation Services preserved attributes.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Сборка:  Microsoft.SqlServer.FileSystemTask (в Microsoft.SqlServer.FileSystemTask.dll)

Синтаксис

'Декларация
Public Property PreservedAttributes As DTSPreservedAttributes 
    Get 
    Set
'Применение
Dim instance As FileSystemTask 
Dim value As DTSPreservedAttributes 

value = instance.PreservedAttributes

instance.PreservedAttributes = value
public DTSPreservedAttributes PreservedAttributes { get; set; }
public:
property DTSPreservedAttributes PreservedAttributes {
    DTSPreservedAttributes get ();
    void set (DTSPreservedAttributes value);
}
member PreservedAttributes : DTSPreservedAttributes with get, set
function get PreservedAttributes () : DTSPreservedAttributes 
function set PreservedAttributes (value : DTSPreservedAttributes)

Значение свойства

Тип: Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSPreservedAttributes
The Data Transformation Services preserved attributes.

См. также

Справочник

FileSystemTask Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.FileSystemTask