Поделиться через


Интерфейс 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