Share via


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
Public property Attributes Infrastructure. Gets or sets the attributes to apply to the file or directory.
Public property Destination Infrastructure. Gets or sets the destination folder or file.
Public property IsDestinationPathVariable Infrastructure. Gets or sets a value that indicates whether destination information is located in a package variable.
Public property IsSourcePathVariable Infrastructure. Gets or sets a value that indicates whether the source information is located in a package variable.
Public property Operation Infrastructure. Gets or sets the type of operation to perform.
Public property OperationName Infrastructure. Gets or sets the name of the operation.
Public property OverwriteDestinationFile Infrastructure. Gets or sets a value that indicates whether the task will overwrite destination files.
Public property Source Infrastructure. Gets or sets the source file or directory.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.FileSystemTask Namespace