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
)
Public Overridable Sub UpdateProperties (
cube As CubePerspective,
sourceCube As OlapCube
)
public:
virtual void UpdateProperties(
CubePerspective^ cube,
OlapCube^ sourceCube
)
abstract UpdateProperties :
cube : CubePerspective *
sourceCube : OlapCube -> unit
override UpdateProperties :
cube : CubePerspective *
sourceCube : OlapCube -> unit
Parameters
- cube
- Type: Dundas.BI.Entities.CubePerspectivesCubePerspective
The cube perspective entity. - sourceCube
- Type: Dundas.BI.Data.Metadata.OlapOlapCube
The source cube.
See Also