Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Microsoft SQL Server/110/DTS/Tasks/en/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>Microsoft.SqlServer.ExecProcTask</name> </assembly> <members> <member name="T:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess"> <summary>Runs an application or batch file as part of a package workflow. This class cannot be inherited. </summary> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess" /> class. </summary> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.Arguments"> <summary>Gets or sets command prompt arguments. The string can contain multiple arguments separated by a space.</summary> <returns>A String that contains the command prompt argument or arguments. </returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.Executable"> <summary>Gets or sets the name of the Microsoft Win32 executable file or batch file to run when the package runs.</summary> <returns>A String that contains the name of the Microsoft Win32 executable file or batch file to run when the package runs.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.Execute(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)"> <summary>Runs the task.</summary> <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns> <param name="connections">A collection of connections used by the task.</param> <param name="variableDispenser">A T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser object for locking variables.</param> <param name="events">An object implementing the T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents interface.</param> <param name="log">An object implementing the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param> <param name="transaction">The transaction object that the container is a part of. This value can be null.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.ExecutionValue"> <summary>Returns a user-defined object. This property is read-only.</summary> <returns>A user-defined object.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.FailTaskIfReturnCodeIsNotSuccessValue"> <summary>Gets or sets a Boolean that indicates whether the task fails if the process exit code is different from the value specified in <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.SuccessValue" />.</summary> <returns>true if the task fails if the process exit code is different from the value specified in <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.SuccessValue" />; false if the task continues regardless of a mismatch between the process error code and the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.SuccessValue" /> property.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.InitializeTask(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,Microsoft.SqlServer.Dts.Runtime.EventInfos,Microsoft.SqlServer.Dts.Runtime.LogEntryInfos,Microsoft.SqlServer.Dts.Runtime.ObjectReferenceTracker)"> <summary>Initializes the properties associated with the task. This method is called by the runtime and is not used in code.</summary> <param name="connections">A collection of connections used by the task.</param> <param name="variableDispenser">A T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser object for locking variables.</param> <param name="events">An object implementing the T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents interface.</param> <param name="log">An object implementing the T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging interface.</param> <param name="eventInfos">A collection containing events to be raised during execution of the task.</param> <param name="logEntryInfos">A collection of log entries.</param> <param name="refTracker">An object reference tracker.</param> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.LoadFromXML(System.Xml.XmlElement,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>This method is not callable by your application code. To load a package saved as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(System.String,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="rootNode">The node containing the object to be loaded and persisted.</param> <param name="events">An object that implements the T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.RequireFullFileName"> <summary>Gets or sets a Boolean that indicates whether the full name and extension of the task is required. </summary> <returns>true if the full name and extension of the task is required. If set to true, the task should fail when the full file name for the executable cannot be found. Default value is true.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.SaveToXML(System.Xml.XmlDocument,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>This method is not callable by your application code. To save a package as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.SaveToXml(System.String,Microsoft.SqlServer.Dts.Runtime.Package,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="doc">The XML document to save the information to.</param> <param name="events">An object that implements the T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.StandardErrorVariable"> <summary>Gets or sets the name of the variable used to capture the error output of the process to be run.</summary> <returns>A String that contains the name of the variable used to capture the error output of the process to be run.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.StandardInputVariable"> <summary>Gets or sets the name of the variable to be used as an input to the process to be run.</summary> <returns>A String that contains the name of the variable to be used as an input to the process to be run.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.StandardOutputVariable"> <summary>Gets or sets the name of the variable used to capture the output of the process to be run.</summary> <returns>A String that contains the name of the variable used to capture the output of the process to be run.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.SuccessValue"> <summary>Gets or sets the value returned by the executable or batch file that indicates success. </summary> <returns>An Integer that contains the value returned by the executable or batch file that indicates success. By default this value is set to 0.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.TerminateProcessAfterTimeOut"> <summary>Gets or sets a Boolean that indicates whether the process is forced to end after the time-out period specified by the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.TimeOut" /> property.</summary> <returns>true if the process is forced to end after the time-out period specified by the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.TimeOut" /> property. false if the process can continue to run regardless of the time-out period.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.TimeOut"> <summary>Gets or sets the number of seconds that the task allows the process to run.</summary> <returns>An Integer that indicates the number of seconds that the task allows the process to run. A value of 0 indicates that no time-out value is used, and the process runs to completion or until an error occurs.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.Validate(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging)"> <summary>Verifies that the component is properly configured.</summary> <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns> <param name="connections">A collection of connections used by the task.</param> <param name="variableDispenser">A T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser object for locking variables.</param> <param name="events">An object that implements the T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents interface.</param> <param name="log">An object that implements the T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging interface.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.WindowStyle"> <summary>Gets or sets the style of the window to run the process in.</summary> <returns>A ProcessWindowStyle enumeration value indicating how the window appears when the process runs. Valid values include <paramref name="Normal" />, <paramref name="Maximized" />, <paramref name="Minimized" /> or <paramref name="Hidden" />. For more information, see ProcessWindowStyle Enumeration in the .NET Framework Class Library.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.WorkingDirectory"> <summary>Gets or sets the directory in which the files specified in the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.Arguments" /> property can be found.</summary> <returns>A String that contains the directory in which the files specified in the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess.Arguments" /> property can be found.</returns> </member> <member name="T:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess"> <summary>Represents an interface for the <see cref="T:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.ExecuteProcess" />.</summary> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.Arguments"> <summary>Gets or sets command prompt arguments. The string can contain multiple arguments separated by a space.</summary> <returns>A String that contains the command prompt argument or arguments.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.Executable"> <summary>Gets or sets the name of the Microsoft Win32 executable file or batch files to run when the package runs.</summary> <returns>A String that contains the name of the Microsoft Win32 executable file or batch files to run when the package runs.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.FailTaskIfReturnCodeIsNotSuccessValue"> <summary>Gets or sets a value that indicates whether the task fails if the process exit code is different from the value specified in <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.SuccessValue" />.</summary> <returns>true if the task fails if the process exit code is different from the value specified in <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.SuccessValue" />; false if the task continues regardless of a mismatch between the process error code and the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.SuccessValue" /> property.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.RequireFullFileName"> <summary>Gets or sets a value that indicates whether the full name and extension of the task is required.</summary> <returns>true if the full name and extension of the task is required; otherwise, false. If set to true, the task should fail when the full file name for the executable cannot be found. Default value is true.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.StandardErrorVariable"> <summary>Gets or sets the name of the variable used to capture the error output of the process to be run.</summary> <returns>A String that contains the name of the variable used to capture the error output of the process to be run.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.StandardInputVariable"> <summary>Gets or sets the name of the variable to be used as an input to the process to be run.</summary> <returns>A String that contains the name of the variable to be used as an input to the process to be run.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.StandardOutputVariable"> <summary>Gets or sets the name of the variable used to capture the output of the process to be run.</summary> <returns>A String that contains the name of the variable used to capture the output of the process to be run.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.SuccessValue"> <summary>Gets or sets the value returned by the executable or batch file that indicates success.</summary> <returns>An Integer that contains the value returned by the executable or batch file that indicates success. By default this value is set to 0.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.TerminateProcessAfterTimeOut"> <summary>Gets or sets a value that indicates whether the process is forced to end after the time-out period specified by the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.TimeOut" /> property.</summary> <returns>true if the process is forced to end after the time-out period specified by the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.TimeOut" /> property; false if the process can continue to run regardless of the time-out period.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.TimeOut"> <summary>Gets or sets the number of seconds that the task allows the process to run.</summary> <returns>An Integer that indicates the number of seconds that the task allows the process to run. A value of 0 indicates that no time-out value is used, and the process runs to completion or until an error occurs.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.WindowStyle"> <summary>Gets or sets the style of the window to run the process in.</summary> <returns>A ProcessWindowStyle enumeration value indicating how the window appears when the process runs.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.WorkingDirectory"> <summary>Gets or sets the directory in which the files specified in the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.Arguments" /> property can be found.</summary> <returns>A String that contains the directory in which the files specified in the <see cref="P:Microsoft.SqlServer.Dts.Tasks.ExecuteProcess.IDTSExecuteProcess.Arguments" /> property can be found.</returns> </member> </members> </doc>