IDataCubeServiceProcessNativeStructure Method

Overload List
 NameDescription
Public methodProcessNativeStructure(DataCube, Guid, Boolean) Adds the specified native structure to the cube, either through a join or a time alignment union operation, select all the elements of the native structure and then saves the data cube. If the relationship keys are DateTime fields, the operation is a union, otherwise it is a standard join.
Public methodProcessNativeStructure(DataCube, Guid, IEnumerableString, Boolean) Adds the specified native structure to the cube, either through a join or a time alignment union operation, selects the specified elements of the native structure and then saves the data cube. If the relationship keys are DateTime fields, the operation is a union, otherwise it is a standard join.
Top
See Also