Dela via


IDTSFileSystemTask Interface

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

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.
Public property Destination Infrastructure.
Public property IsDestinationPathVariable Infrastructure.
Public property IsSourcePathVariable Infrastructure.
Public property Operation Infrastructure.
Public property OperationName Infrastructure.
Public property OverwriteDestinationFile Infrastructure.
Public property Source Infrastructure.

Top