IDTSFileSystemTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |