CubeSettingsDataSet.CubeFieldSettingsRow.OlapRole Property
Specifies the role of an attribute in an online analytical processing schema.
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
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