OlapDataProviderUpdateProperties Method |
Updates the properties.
Namespace: Dundas.BI.Data.DataProviders.OlapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 CubePerspective
- The cube perspective entity.
- sourceCube OlapCube
- The source cube.
See Also