Open this page in the API Guide

OlapDataProvider.UpdateProperties Method

Updates the properties.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public virtual void UpdateProperties(
	CubePerspective cube,
	OlapCube sourceCube
)

Parameters

cube
Type: Dundas.BI.Entities.CubePerspectives.CubePerspective
The cube perspective entity.
sourceCube
Type: Dundas.BI.Data.Metadata.Olap.OlapCube
The source cube.
See Also