ICubePerspectiveServiceGenerateCubePerspective Method (Guid, Guid, PersistencePolicy) |
Namespace:
Dundas.BI.Entities.CubePerspectives
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxCubePerspective GenerateCubePerspective(
Guid parentId,
Guid nativeStructureId,
PersistencePolicy persistencePolicy
)
Function GenerateCubePerspective (
parentId As Guid,
nativeStructureId As Guid,
persistencePolicy As PersistencePolicy
) As CubePerspective
CubePerspective^ GenerateCubePerspective(
Guid parentId,
Guid nativeStructureId,
PersistencePolicy persistencePolicy
)
abstract GenerateCubePerspective :
parentId : Guid *
nativeStructureId : Guid *
persistencePolicy : PersistencePolicy -> CubePerspective
Parameters
- parentId
- Type: SystemGuid
The ID of the parent file or folder. - nativeStructureId
- Type: SystemGuid
The native structure ID. - persistencePolicy
- Type: Dundas.BI.EntitiesPersistencePolicy
A value indicating whether the entity should be created as persistent or transient.
Return Value
Type:
CubePerspectiveThe requested entity.
Exceptions| Exception | Condition |
|---|
| ArgumentException | nativeStructureId references a structure that is not compatible with one of the supported types.
|
| NoPrivilegeException | Caller does not have access to the specified object. |
| InvalidSessionException | The caller context is not associated with a valid session. |
| DataProviderLoadException | The data provider may throw this exception if it requires third party driver to be installed. |
| DataConnectionException | The connection cannot be established. |
| NotFoundException | The data structure with the specified nativeStructureId does not exist. |
See Also