ICubePerspectiveServiceGenerateCubePerspective Method (Guid, String, Guid, EntityCreationOptions) | 
  
    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,
	string name,
	Guid nativeStructureId,
	EntityCreationOptions options
)
Function GenerateCubePerspective ( 
	parentId As Guid,
	name As String,
	nativeStructureId As Guid,
	options As EntityCreationOptions
) As CubePerspective
CubePerspective^ GenerateCubePerspective(
	Guid parentId, 
	String^ name, 
	Guid nativeStructureId, 
	EntityCreationOptions^ options
)
abstract GenerateCubePerspective : 
        parentId : Guid * 
        name : string * 
        nativeStructureId : Guid * 
        options : EntityCreationOptions -> CubePerspective 
Parameters
- parentId
 - Type: SystemGuid
The ID of the parent file or folder. - name
 - Type: SystemString
The name. - nativeStructureId
 - Type: SystemGuid
The native structure ID. - options
 - Type: Dundas.BI.EntitiesEntityCreationOptions
Options for saving the new entity; or  to use the default options. 
Return Value
Type: 
CubePerspective
            The requested entity.
            
Exceptions
See Also