Compartir a través de


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
Propiedad pública Attributes Infraestructura. Gets or sets the attributes to apply to the file or directory.
Propiedad pública Destination Infraestructura. Gets or sets the destination folder or file.
Propiedad pública IsDestinationPathVariable Infraestructura. Gets or sets a value that indicates whether destination information is located in a package variable.
Propiedad pública IsSourcePathVariable Infraestructura. Gets or sets a value that indicates whether the source information is located in a package variable.
Propiedad pública Operation Infraestructura. Gets or sets the type of operation to perform.
Propiedad pública OperationName Infraestructura. Gets or sets the name of the operation.
Propiedad pública OverwriteDestinationFile Infraestructura. Gets or sets a value that indicates whether the task will overwrite destination files.
Propiedad pública Source Infraestructura. Gets or sets the source file or directory.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FileSystemTask