IDTSFileSystemTask Interface

 

This API supports the product 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)

public interface class IDTSFileSystemTask

NameDescription
System_CAPS_pubpropertyAttributes

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.

System_CAPS_pubpropertyDestination

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.

System_CAPS_pubpropertyIsDestinationPathVariable

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.

System_CAPS_pubpropertyIsSourcePathVariable

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.

System_CAPS_pubpropertyOperation

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.

System_CAPS_pubpropertyOperationName

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.

System_CAPS_pubpropertyOverwriteDestinationFile

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.

System_CAPS_pubpropertySource

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.

Return to top
Show: