ActiveXScriptTask Members
Enables migration for ActiveX scripts created in SQL Server 2000. The ActiveXScriptTask is not intended for future use. This class cannot be inherited.
The following tables list the members exposed by the ActiveXScriptTask type.
Public Constructors
Nombre | Description | |
---|---|---|
ActiveXScriptTask | Initializes a new instance of the ActiveXScriptTask class. |
Arriba
Public Fields
Nombre | Description | |
---|---|---|
Variables | Stores the Variables collection, which contains a collection of Variable objects. |
Arriba
Public Properties
Nombre | Description | |
---|---|---|
DebugMode | A Boolean that indicates if a task should check if breakpoints are enabled. | |
EntryMethod | Stores the entry method for the corresponding scripting language. | |
ExecutionValue | Overridden. Returns a user-defined object. This field is read-only. | |
ExecutionValueProperty | Uses the ExecutionValueChoice to determine what the ExecutionValue will contain. | |
ScriptingLanguage | Gets or sets the name of the scripting language. | |
ScriptText | Gets or sets the script to run. | |
SuspendRequired | Gets or sets a Boolean that indicates whether tasks should suspend when they encounter a breakpoint. | |
Version | Returns the version of the task. This property is read-only. (inherited from Task) | |
WaitForMe | Returns a Boolean that indicates whether the parent container should wait for completion of this task. This property is read-only. (inherited from Task) |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
AcceptBreakpointManager | Passes a BreakpointManager to a task. The task will use the breakpoint manager to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code. | |
CanUpdate | (inherited from Task ) | |
Equals | Overloaded. (inherited from DtsObject ) | |
Execute | Overridden. Runs the task. | |
GetConnectionID | (inherited from Task ) | |
GetConnectionName | (inherited from Task ) | |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | |
GetType | (inherited from Object ) | |
InitializeTask | (inherited from Task ) | |
LoadFromXML | This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method. | |
op_Equality | (inherited from DtsObject ) | |
op_Inequality | (inherited from DtsObject ) | |
ReferenceEquals | (inherited from Object ) | |
ResumeExecution | Resumes execution of the task after pausing. | |
SaveToXML | This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method. | |
SuspendExecution | Indicates that the executable needs to suspend. | |
ToString | (inherited from Object ) | |
Update | (inherited from Task ) | |
Validate | Overridden. Verifies that the task is properly configured. |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba
Vea también
Referencia
ActiveXScriptTask Class
Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask Namespace