ScriptTask Methods

 

Namespace:   Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

NameDescription
System_CAPS_pubmethodAcceptBreakpointManager(BreakpointManager^)

Passes a BreakpointManager to the task. This method is called by the runtime and is not used in code.

System_CAPS_pubmethodCanUpdate(String^)

*** Member deprecated; see Remarks. ***   A Boolean that indicates whether the new package XML can update the old package XML.(Inherited from Task.)

System_CAPS_pubmethodEquals(Object^)

Determines whether two object instances are equal.(Inherited from DtsObject.)

System_CAPS_pubmethodExecute(Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^, Object^)

Executes the script contained in this instance of DTS Script Task.(Overrides Task::Execute(Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^, Object^).)

System_CAPS_protmethodFinalize()

Releases all resources used by the ScriptTask.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetConnectionID(Connections^, String^)

Gets a String containing the ID of the connection.(Inherited from Task.)

System_CAPS_pubmethodGetConnectionName(Connections^, String^)

Gets a String containing the name of the connection.(Inherited from Task.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Inherited from DtsObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeTask(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^).)

System_CAPS_pubmethodLoadFromXML(XmlElement^, IDTSInfoEvents^)

Implements loading of properties from XML document.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReportBreakpointChanges()

This API supports the product infrastructure and is not intended to be used directly from your code. Reports the breakpoint changes from the task.

System_CAPS_pubmethodResumeExecution()

Resumes execution of the task or container by the run-time engine after pausing.

System_CAPS_pubmethodSaveToXML(XmlDocument^, IDTSInfoEvents^)

Implements saving of properties to XML document.

System_CAPS_pubmethodSetUniqueScriptProjectName()

Sets the unique name of the script project.

System_CAPS_pubmethodSuspendExecution()

Indicates that the executable must suspend execution. This method is called by the run-time engine.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdate(String^%)

*** Member deprecated; see Remarks. ***   This method updates the old package XML with the new package XML if CanUpdate is set to true.(Inherited from Task.)

System_CAPS_pubmethodValidate(Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^)

Verifies that the component is correctly configured.(Overrides Task::Validate(Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^).)

Return to top
Show: