Freigeben über


FileSystemTask Class

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

Namespace: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly : Microsoft.SqlServer.FileSystemTask (in microsoft.sqlserver.filesystemtask.dll)

Syntax

'Declaration
<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

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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