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


FileSystemTask Class

Runs commands against the file system. This class cannot be inherited.

Пространство имен: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Сборка: Microsoft.SqlServer.FileSystemTask (in microsoft.sqlserver.filesystemtask.dll)

Синтаксис

'Декларация
<GuidAttribute("ECAB072B-BC8D-4698-8E76-68D11417899E")> _
Public NotInheritable Class FileSystemTask
    Inherits Task
    Implements IDTSFileSystemTask, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist
[GuidAttribute("ECAB072B-BC8D-4698-8E76-68D11417899E")] 
public sealed class FileSystemTask : Task, IDTSFileSystemTask, IDTSBreakpointSite, IDTSSuspend, 
    IDTSComponentPersist
[GuidAttribute(L"ECAB072B-BC8D-4698-8E76-68D11417899E")] 
public ref class FileSystemTask sealed : public Task, IDTSFileSystemTask, IDTSBreakpointSite, IDTSSuspend, 
    IDTSComponentPersist
/** @attribute GuidAttribute("ECAB072B-BC8D-4698-8E76-68D11417899E") */ 
public final class FileSystemTask extends Task implements IDTSFileSystemTask, IDTSBreakpointSite, 
    IDTSSuspend, IDTSComponentPersist
GuidAttribute("ECAB072B-BC8D-4698-8E76-68D11417899E") 
public final class FileSystemTask extends Task implements IDTSFileSystemTask, IDTSBreakpointSite, 
    IDTSSuspend, IDTSComponentPersist

Замечания

For information on the tasks that can be run with this task, see DTSFileSystemOperation.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Task
      Microsoft.SqlServer.Dts.Tasks.FileSystemTask.FileSystemTask

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

FileSystemTask Members
Microsoft.SqlServer.Dts.Tasks.FileSystemTask Namespace