Assembly: Adhoc;
Namespace: None;
The IAdhocSyncDimensions interface is used to work with the collection of dimensions included in the synchronization index.
IAdhocSyncDimensions
To get a collection, use the IAdhocDimSyncIndex.Dimensions property.
| Property name | Brief description | |
| The Count property returns the number of dimensions in the collection. | ||
| The Item property returns the specified dimension included in the collection. |
| Method name | Brief description | |
| The Add method adds a dimension of the data source to the synchronization index. | ||
| The Clear method clears the collection of dimensions included in the synchronization index. | ||
| The FindByDimension property searches for a dimension included in the synchronization index. | ||
| The FindById method searches for a dimension by its identifier. | ||
| The FindByKey method searches for a dimension by its key. | ||
| The Remove method removes the specified dimension from the collection. | ||
| The RemoveById method removes a dimension from the collection by its identifier. | ||
| The RemoveByKey method removes a dimension from the collection by its key. |
See also: