IDTSFileSystemTask Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Defines the properties for the FileSystemTask.
Namespace: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly: Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)
Syntax
'Declaration
Public Interface IDTSFileSystemTask
'Usage
Dim instance As IDTSFileSystemTask
public interface IDTSFileSystemTask
public interface class IDTSFileSystemTask
type IDTSFileSystemTask = interface end
public interface IDTSFileSystemTask
The IDTSFileSystemTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
Attributes | Infrastructure. Gets or sets the attributes to apply to the file or directory. | |
Destination | Infrastructure. Gets or sets the destination folder or file. | |
IsDestinationPathVariable | Infrastructure. Gets or sets a value that indicates whether destination information is located in a package variable. | |
IsSourcePathVariable | Infrastructure. Gets or sets a value that indicates whether the source information is located in a package variable. | |
Operation | Infrastructure. Gets or sets the type of operation to perform. | |
OperationName | Infrastructure. Gets or sets the name of the operation. | |
OverwriteDestinationFile | Infrastructure. Gets or sets a value that indicates whether the task will overwrite destination files. | |
Source | Infrastructure. Gets or sets the source file or directory. |
Top