Compartir a través de


FileSystemTask.PreservedAttributes Propiedad

Gets or sets the Data Transformation Services preserved attributes.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Ensamblado:  Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)

Sintaxis

'Declaración
Public Property PreservedAttributes As DTSPreservedAttributes 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

FileSystemTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FileSystemTask