IDTSFileSystemTask Interface

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines the properties for the FileSystemTask.

public interface class IDTSFileSystemTask
public interface IDTSFileSystemTask
type IDTSFileSystemTask = interface
Public Interface IDTSFileSystemTask
Derived

Properties

Attributes

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the attributes to apply to the file or directory.

Destination

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the destination folder or file.

IsDestinationPathVariable

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether destination information is located in a package variable.

IsSourcePathVariable

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the source information is located in a package variable.

Operation

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the type of operation to perform.

OperationName

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the operation.

OverwriteDestinationFile

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the task will overwrite destination files.

Source

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the source file or directory.

Applies to