Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
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. |
Haut de la page
.gif)