Compartilhar via


Interface IDTSFileSystemTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines the properties for the FileSystemTask.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly:  Microsoft.SqlServer.FileSystemTask (em Microsoft.SqlServer.FileSystemTask.dll)

Sintaxe

'Declaração
Public Interface IDTSFileSystemTask
'Uso
Dim instance As IDTSFileSystemTask
public interface IDTSFileSystemTask
public interface class IDTSFileSystemTask
type IDTSFileSystemTask =  interface end
public interface IDTSFileSystemTask

O tipo IDTSFileSystemTask expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Attributes Infraestrutura. Gets or sets the attributes to apply to the file or directory.
Propriedade pública Destination Infraestrutura. Gets or sets the destination folder or file.
Propriedade pública IsDestinationPathVariable Infraestrutura. Gets or sets a value that indicates whether destination information is located in a package variable.
Propriedade pública IsSourcePathVariable Infraestrutura. Gets or sets a value that indicates whether the source information is located in a package variable.
Propriedade pública Operation Infraestrutura. Gets or sets the type of operation to perform.
Propriedade pública OperationName Infraestrutura. Gets or sets the name of the operation.
Propriedade pública OverwriteDestinationFile Infraestrutura. Gets or sets a value that indicates whether the task will overwrite destination files.
Propriedade pública Source Infraestrutura. Gets or sets the source file or directory.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.FileSystemTask