ScriptTask Methods
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
| Name | Description | |
|---|---|---|
![]() | AcceptBreakpointManager(BreakpointManager^) | Passes a BreakpointManager to the task. This method is called by the runtime and is not used in code. |
![]() | CanUpdate(String^) | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML.(Inherited from Task.) |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Inherited from DtsObject.) |
![]() | Execute(Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^, Object^) | Executes the script contained in this instance of DTS Script Task.(Overrides Task::Execute(Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^, Object^).) |
![]() | Finalize() | Releases all resources used by the ScriptTask.(Overrides Object::Finalize().) |
![]() | GetConnectionID(Connections^, String^) | Gets a String containing the ID of the connection.(Inherited from Task.) |
![]() | GetConnectionName(Connections^, String^) | Gets a String containing the name of the connection.(Inherited from Task.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from DtsObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeTask(Connections^, VariableDispenser^, IDTSInfoEvents^, IDTSLogging^, EventInfos^, LogEntryInfos^, ObjectReferenceTracker^) | Initializes the properties associated with the Script task. This method is called by the runtime and is not used in code.(Overrides Task::InitializeTask(Connections^, VariableDispenser^, IDTSInfoEvents^, IDTSLogging^, EventInfos^, LogEntryInfos^, ObjectReferenceTracker^).) |
![]() | LoadFromXML(XmlElement^, IDTSInfoEvents^) | Implements loading of properties from XML document. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReportBreakpointChanges() | This API supports the product infrastructure and is not intended to be used directly from your code. Reports the breakpoint changes from the task. |
![]() | ResumeExecution() | Resumes execution of the task or container by the run-time engine after pausing. |
![]() | SaveToXML(XmlDocument^, IDTSInfoEvents^) | Implements saving of properties to XML document. |
![]() | SetUniqueScriptProjectName() | Sets the unique name of the script project. |
![]() | SuspendExecution() | Indicates that the executable must suspend execution. This method is called by the run-time engine. |
![]() | ToString() | (Inherited from Object.) |
![]() | Update(String^%) | |
![]() | Validate(Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^) | Verifies that the component is correctly configured.(Overrides Task::Validate(Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^).) |

