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 (26.2.0.1000)
Syntax
public virtual void UpdateProperties(
	CubePerspective cube,
	OlapCube sourceCube
)

Parameters

cube  CubePerspective
The cube perspective entity.
sourceCube  OlapCube
The source cube.
See Also