DataPrivilege Class

Represents a set of privilege assignments and data masking information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDataPrivilege

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public class DataPrivilege

The DataPrivilege type exposes the following members.

Constructors
  NameDescription
Public methodDataPrivilege
Initializes a new instance of the DataPrivilege class.
Top
Properties
  NameDescription
Public propertyMaskingCharacter
Gets the character being used to apply masking to the data element.
Public propertyMaskingKind
Gets or sets the kind of masking to apply to the data element.
Public propertyNumberOfCharacters
Gets or sets the number of characters to be masked or preserved, depending on the masking kind. A positive value indicates the number of characters from the start of the value, a negative value indicates the number of characters from the end of the value.
Public propertyPrivilegeAssignments
Gets the list of privilege assignments for the data element.
Top
See Also