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