ScriptTask Methods

Public Methods

(see also Protected Methods )

  Name Description
ms215024.pubmethod(en-US,SQL.90).gif AcceptBreakpointManager
Passes a BreakpointManager to the task. This method is called by the runtime and is not used in code.
ms215024.pubmethod(en-US,SQL.90).gif CanUpdate  (inherited from Task )
ms215024.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms215024.pubmethod(en-US,SQL.90).gif Execute Overridden.
Runs the Script task.
ms215024.pubmethod(en-US,SQL.90).gif GetConnectionID  (inherited from Task )
ms215024.pubmethod(en-US,SQL.90).gif GetConnectionName  (inherited from Task )
ms215024.pubmethod(en-US,SQL.90).gif GetHashCode 
Returns the hash code for this instance.
(inherited from DtsObject )
ms215024.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms215024.pubmethod(en-US,SQL.90).gif InitializeTask Overridden.
Initializes the properties associated with the Script task. This method is called by the runtime and is not used in code.
ms215024.pubmethod(en-US,SQL.90).gif LoadFromXML
Loads the Script task data from XML. This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
ms215024.pubmethod(en-US,SQL.90).gifms215024.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms215024.pubmethod(en-US,SQL.90).gifms215024.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms215024.pubmethod(en-US,SQL.90).gifms215024.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms215024.pubmethod(en-US,SQL.90).gif ReportBreakpointChanges  
ms215024.pubmethod(en-US,SQL.90).gif ResumeExecution
Resumes execution of the task or container by the run-time engine after pausing.
ms215024.pubmethod(en-US,SQL.90).gif SaveToXML
Saves the Script task component to XML. This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms215024.pubmethod(en-US,SQL.90).gif SetUniqueVsaProjectName
This method sets the VsaProjectName property of the task to a unique value.
ms215024.pubmethod(en-US,SQL.90).gif SuspendExecution
Indicates that the executable must suspend execution. This method is called by the run-time engine.
ms215024.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
ms215024.pubmethod(en-US,SQL.90).gif Update  (inherited from Task )
ms215024.pubmethod(en-US,SQL.90).gif Validate Overridden.
Verifies that the component is correctly configured.

Protected Methods

  Name Description
ms215024.protmethod(en-US,SQL.90).gif Finalize Overridden.
Releases all resources used by the ScriptTask.
ms215024.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

See Also

Reference

ScriptTask Class
Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace