CubeSettingsDataSet.CubeFieldSettingsRow.OlapRole property
Especifica a função de um atributo em um esquema de processamento analítico on-line.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property OlapRole As Byte
Get
Set
'Uso
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
Comentários
Ele obtém os valores da enumeração AttributeOlapRole .
Ver também
Referência
CubeSettingsDataSet.CubeFieldSettingsRow class