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
Remarks
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
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
FileSystemTask Members
Microsoft.SqlServer.Dts.Tasks.FileSystemTask Namespace