CMDBREDatasetPair structure
The CMDBREDatasetPair
data structure holds information about the datasets to use in the reconciliation job.
typedef Struct CMDBREDatasetPair
{
ARNameType workingDataset;
ARNameType dataset;
}CMDBREDatasetPair;
The CMDBREDatasetPair
structure consists of the following elements:
workingDataset |
The dataset name of the working dataset. If this field contains a Null, the dataset for the reconciliation job is replaced with |
dataset |
The dataset for the reconciliation job. If the |
Comments