Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the Data Transformation Services preserved attributes.
Namespace: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly: Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)
Syntax
'Declaration
Public Property PreservedAttributes As DTSPreservedAttributes
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.FileSystemTask.DTSPreservedAttributes
The Data Transformation Services preserved attributes.