ICubePerspectiveServiceGenerateCubePerspective(Guid, String, Guid, EntityCreationOptions) Method |
Namespace: Dundas.BI.Entities.CubePerspectivesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The ID of the parent file or folder.
- name String
- The name.
- nativeStructureId Guid
- The native structure ID.
- options EntityCreationOptions
- Options for saving the new entity; or to use the default options.
Return Value
CubePerspective
The requested entity.
Exceptions
See Also