DataPrivilege Constructor

Initializes a new instance of the DataPrivilege class.

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 DataPrivilege(
	MaskingKind maskingKind,
	char? maskingCharacter,
	IList<PrivilegeAssignment> privilegeAssignments
)

Parameters

maskingKind
Type: Dundas.BI.Data.MetadataMaskingKind
The kind of masking to be applied for this privilege.
maskingCharacter
Type: SystemNullableChar
The character used to apply masking to the data element.
privilegeAssignments
Type: System.Collections.GenericIListPrivilegeAssignment
The list of privilege assignments for the element.
See Also