ICubePerspectiveService.GenerateCubePerspective 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.1.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: System.Guid
The ID of the parent file or folder. - name
- Type: System.String
The name. - nativeStructureId
- Type: System.Guid
The native structure ID. - options
- Type: Dundas.BI.Entities.EntityCreationOptions
Options for saving the new entity; or null to use the default options.
Return Value
Type:
CubePerspective
The requested entity.
Exceptions
See Also