CubeSettingsDataSet.CubeFieldSettingsRow.OlapRole property
Specifies the role of an attribute in an online analytical processing schema.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property OlapRole As Byte
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeFieldSettingsRow
Dim value As Byte
value = instance.OlapRole
instance.OlapRole = value
public byte OlapRole { get; set; }
Property value
Type: System.Byte
Remarks
It gets its values from the AttributeOlapRole enumeration.
See also
Reference
CubeSettingsDataSet.CubeFieldSettingsRow class