Microsoft.SqlServer.WMIDRTask The namespace contains the interfaces and classes used for the WMI Data Reader Task, which uses Windows Management Instrumentation (WMI) to return information about a computer system. For more information about the WMI Data Reader Task, see WMI Data Reader Task. Determines the type of destination specified in the property of a class. The property contains the name of a file connection that receives the results of the . The property contains the name of a String or Object variable that receives the results of the . Determines the type of output returned by a class. Output is returned as a . Output is returned as a String that contains the name and value of a specified property. Output is returned as a String that contains the value of a specified property. Determines how the class writes data to the destination specified in . The task appends its results to existing data at the specified destination. If data already exists at the specified destination, an error occurs. The task overwrites existing data at the specified destination. Determines the source type of , which provides the Windows Management Instrumentation Query Language (WQL) query to be executed by the class. contains the WQL query. contains the name of a file connection from which to retrieve the WQL query. contains the name of a variable from which to retrieve the WQL query. Contains the members used to configure and run a WMI Data Reader task, which runs Windows Management Instrumentation (WMI) queries and returns WMI data about a computer system. This class cannot be inherited. Initializes a new instance of the class. Passes a reference to the task. This method is called by the runtime and is not used in code. The reference to be passed. Runs the task. A indicating the outcome of the execution. A collection for the task. A collection for the task. A reference to an object that implements to raise events. A reference to an object that implements . The transaction object that the task is part of, depending on the value found in the TransactionOption property. This value can be set to a null reference (Nothing in Visual Basic). Initializes the properties associated with the task. This method is called by the runtime and is not used in code. A collection for the task. A object for locking variables. An object that implements the interface for receiving events. An object that implements the interface for logging events. A object. A object. An object. This method is not callable by your application code. To load a package saved as .xml, use the method. The XML element that contains the information to load. An object that implements . Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. This method is not callable by your application code. To save a package as .xml, use the method. The XmlDocument that contains the XML element that represents the task. An object that implements . Indicates that the executable needs to suspend. This method is called by the runtime engine. Verifies that the task is properly configured. A value that indicates the outcome of the validation. A collection for the task. A object for locking variables. An object that implements the interface for receiving events. An object that implements the interface for logging events. A Boolean that indicates whether should check if breakpoints are enabled. true if the task should check for enabled breakpoints; otherwise, false. Gets or sets the name of the destination for the . A String that contains the name of the destination. Gets or sets a value that indicates the type of destination, such as a file or a variable, used by the . A value. The default is . Gets an Object that contains the results of the task. An Object that contains the results of the task. Gets or sets an Object that contains the results of the task. An Object that contains the results of the task. Gets or sets a value that indicates the type of output, such as a or a string, returned by the . A value. The default is . Gets or sets a value that determines how the should handle existing data in the destination specified by the property. A value. The default is . Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered. true if the task suspends when it encounters a breakpoint. Gets or sets the name of the used by the task. The name of the associated with the task. Gets or sets the source of the Windows Management Instrumentation Query Language (WQL) query to be executed by the . A String containing the source of the WQL query. Gets or sets a value that indicates the source type, such as file connection or a variable, of the Windows Management Instrumentation Query Language (WQL) query to be executed by the . A value. The default is .