Интерфейс IDTSFileSystemTask
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Defines the properties for the FileSystemTask.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Сборка: Microsoft.SqlServer.FileSystemTask (в Microsoft.SqlServer.FileSystemTask.dll)
Синтаксис
'Декларация
Public Interface IDTSFileSystemTask
'Применение
Dim instance As IDTSFileSystemTask
public interface IDTSFileSystemTask
public interface class IDTSFileSystemTask
type IDTSFileSystemTask = interface end
public interface IDTSFileSystemTask
Тип IDTSFileSystemTask обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Attributes | Инфраструктура. Gets or sets the attributes to apply to the file or directory. | |
Destination | Инфраструктура. Gets or sets the destination folder or file. | |
IsDestinationPathVariable | Инфраструктура. Gets or sets a value that indicates whether destination information is located in a package variable. | |
IsSourcePathVariable | Инфраструктура. Gets or sets a value that indicates whether the source information is located in a package variable. | |
Operation | Инфраструктура. Gets or sets the type of operation to perform. | |
OperationName | Инфраструктура. Gets or sets the name of the operation. | |
OverwriteDestinationFile | Инфраструктура. Gets or sets a value that indicates whether the task will overwrite destination files. | |
Source | Инфраструктура. Gets or sets the source file or directory. |
В начало
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.FileSystemTask