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 命名空间