IDataCubeServiceProcessNativeStructure Method

Overload List
  NameDescription
Public methodProcessNativeStructure(DataCube, Guid)
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)
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