Partager via


Interface IDTSFileSystemTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Defines the properties for the FileSystemTask.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly :  Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)

Syntaxe

'Déclaration
Public Interface IDTSFileSystemTask
'Utilisation
Dim instance As IDTSFileSystemTask
public interface IDTSFileSystemTask
public interface class IDTSFileSystemTask
type IDTSFileSystemTask =  interface end
public interface IDTSFileSystemTask

Le type IDTSFileSystemTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Attributes Infrastructure. Gets or sets the attributes to apply to the file or directory.
Propriété publique Destination Infrastructure. Gets or sets the destination folder or file.
Propriété publique IsDestinationPathVariable Infrastructure. Gets or sets a value that indicates whether destination information is located in a package variable.
Propriété publique IsSourcePathVariable Infrastructure. Gets or sets a value that indicates whether the source information is located in a package variable.
Propriété publique Operation Infrastructure. Gets or sets the type of operation to perform.
Propriété publique OperationName Infrastructure. Gets or sets the name of the operation.
Propriété publique OverwriteDestinationFile Infrastructure. Gets or sets a value that indicates whether the task will overwrite destination files.
Propriété publique Source Infrastructure. Gets or sets the source file or directory.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.FileSystemTask