OlapDataProviderUpdateProperties Method

Updates the properties.

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

Parameters

cube
Type: Dundas.BI.Entities.CubePerspectivesCubePerspective
The cube perspective entity.
sourceCube
Type: Dundas.BI.Data.Metadata.OlapOlapCube
The source cube.
See Also