Freigeben über


ExecuteSQLTask Class

Contains the members used to configure and run an Execute SQL task. The Execute SQL task is used to execute SQL commands against a relational database table or view.

Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly : Microsoft.SqlServer.SQLTask (in microsoft.sqlserver.sqltask.dll)

Syntax

'Declaration
<GuidAttribute("3E0AAEAA-F8DC-370D-9206-0FC456CE748F")> _
Public Class ExecuteSQLTask
    Inherits Task
    Implements IDTSExecuteSQL, IDTSComponentPersist
[GuidAttribute("3E0AAEAA-F8DC-370D-9206-0FC456CE748F")] 
public class ExecuteSQLTask : Task, IDTSExecuteSQL, IDTSComponentPersist
[GuidAttribute(L"3E0AAEAA-F8DC-370D-9206-0FC456CE748F")] 
public ref class ExecuteSQLTask : public Task, IDTSExecuteSQL, IDTSComponentPersist
/** @attribute GuidAttribute("3E0AAEAA-F8DC-370D-9206-0FC456CE748F") */ 
public class ExecuteSQLTask extends Task implements IDTSExecuteSQL, IDTSComponentPersist
GuidAttribute("3E0AAEAA-F8DC-370D-9206-0FC456CE748F") 
public class ExecuteSQLTask extends Task implements IDTSExecuteSQL, IDTSComponentPersist

Hinweise

For more information about the features of this task, see SQL ausführen (Task).

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Task
      Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask
         Microsoft.SqlServer.Management.DatabaseMaintenance.DatabaseMaintenanceBaseTask

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

ExecuteSQLTask Members
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace