Membres ExecuteProcess
Runs an application or batch file as part of a package workflow. This class cannot be inherited.
Le type ExecuteProcess expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ExecuteProcess | Initializes a new instance of the ExecuteProcess class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. (Hérité de Task.) | |
Equals | Determines whether two object instances are equal. (Hérité de DtsObject.) | |
Execute | Runs the task. (Se substitue à Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).) | |
Finalize | (Hérité de Object.) | |
GetConnectionID | Gets a String containing the ID of the connection. (Hérité de Task.) | |
GetConnectionName | Gets a String containing the name of the connection. (Hérité de Task.) | |
GetHashCode | Returns the hash code for this instance. (Hérité de DtsObject.) | |
GetType | (Hérité de Object.) | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Se substitue à Task. . :: . .InitializeTask(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging, EventInfos, LogEntryInfos, ObjectReferenceTracker).) | |
LoadFromXML | This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method. | |
MemberwiseClone | (Hérité de Object.) | |
SaveToXML | This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method. | |
ToString | (Hérité de Object.) | |
Update | *** Member deprecated; see Remarks. *** This method updates the old package XML with the new package XML if CanUpdate is set to true. (Hérité de Task.) | |
Validate | Verifies that the component is properly configured. (Se substitue à Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Arguments | Gets or sets command prompt arguments. The string can contain multiple arguments separated by a space. | |
Executable | Gets or sets the name of the Microsoft Win32 executable file or batch file to run when the package runs. | |
ExecutionValue | Returns a user-defined object. This property is read-only. (Se substitue à Task. . :: . .ExecutionValue.) | |
FailTaskIfReturnCodeIsNotSuccessValue | Gets or sets a Boolean that indicates whether the task fails if the process exit code is different from the value specified in SuccessValue. | |
RequireFullFileName | Gets or sets a Boolean that indicates whether the full name and extension of the task is required. | |
StandardErrorVariable | Gets or sets the name of the variable used to capture the error output of the process to be run. | |
StandardInputVariable | Gets or sets the name of the variable to be used as an input to the process to be run. | |
StandardOutputVariable | Gets or sets the name of the variable used to capture the output of the process to be run. | |
SuccessValue | Gets or sets the value returned by the executable or batch file that indicates success. | |
TerminateProcessAfterTimeOut | Gets or sets a Boolean that indicates whether the process is forced to end after the time-out period specified by the TimeOut property. | |
TimeOut | Gets or sets the number of seconds that the task allows the process to run. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. (Hérité de Task.) | |
WindowStyle | Gets or sets the style of the window to run the process in. | |
WorkingDirectory | Gets or sets the directory in which the files specified in the Arguments property can be found. |
Haut de la page
Voir aussi