Proprietà FileSystemTask.PreservedAttributes

Gets or sets the Data Transformation Services preserved attributes.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly:  Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)

Sintassi

'Dichiarazione
Public Property PreservedAttributes As DTSPreservedAttributes 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSPreservedAttributes
The Data Transformation Services preserved attributes.

Vedere anche

Riferimento

FileSystemTask Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FileSystemTask