ICubePerspectiveServiceGenerateCubePerspective Method (Guid, Guid, PersistencePolicy) | 
  
    Namespace: 
   Dundas.BI.Entities.CubePerspectives
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
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
See Also