DataSet-Execute method

Apply the DataSet-Execute method to perform data management operations on records that are defined by data set instances. By using the DataSet-Execute method, you can automate these operations and perform them programmatically instead of doing them manually. For example, you can automatically retrieve data from a data set every day at a certain hour and further process, analyze, or filter the data in a data flow.

The parameters that you specify for the DataSet-Execute method depend on the type of a data set that you reference in the method.

Note: The DataSet-Execute method updates the pxMethodStatus property. See How to test method results using a transition.