Interfaz IDTSFileSystemTask
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Defines the properties for the FileSystemTask.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Ensamblado: Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)
Sintaxis
'Declaración
Public Interface IDTSFileSystemTask
'Uso
Dim instance As IDTSFileSystemTask
public interface IDTSFileSystemTask
public interface class IDTSFileSystemTask
type IDTSFileSystemTask = interface end
public interface IDTSFileSystemTask
El tipo IDTSFileSystemTask expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Attributes | Infraestructura. Gets or sets the attributes to apply to the file or directory. | |
Destination | Infraestructura. Gets or sets the destination folder or file. | |
IsDestinationPathVariable | Infraestructura. Gets or sets a value that indicates whether destination information is located in a package variable. | |
IsSourcePathVariable | Infraestructura. Gets or sets a value that indicates whether the source information is located in a package variable. | |
Operation | Infraestructura. Gets or sets the type of operation to perform. | |
OperationName | Infraestructura. Gets or sets the name of the operation. | |
OverwriteDestinationFile | Infraestructura. Gets or sets a value that indicates whether the task will overwrite destination files. | |
Source | Infraestructura. Gets or sets the source file or directory. |
Arriba
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FileSystemTask