FileSystemTask Class
Runs commands against the file system. This class cannot be inherited.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly : Microsoft.SqlServer.FileSystemTask (in microsoft.sqlserver.filesystemtask.dll)
Sintassi
'Dichiarazione
<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
Osservazioni
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
FileSystemTask Members
Microsoft.SqlServer.Dts.Tasks.FileSystemTask Namespace