SetHierarchySecurityOptions Class

The DTO class for specifying options when updating OLAP cube security hierarchy setting.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsSetHierarchySecurityOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class SetHierarchySecurityOptions

The SetHierarchySecurityOptions type exposes the following members.

Constructors
  NameDescription
Public methodSetHierarchySecurityOptions
Initializes a new instance of the SetHierarchySecurityOptions class
Top
Properties
  NameDescription
Public propertyHierarchyName
Gets or sets the name of the hierarchy.
Public propertySecurityAttributeId
Gets or sets the security attribute ID.
Top
See Also