다음을 통해 공유


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 네임스페이스