AttributeOlapRole Enumeration
Specifies the role of an attribute in an on-line analytical processing schema.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration AttributeOlapRole
'Usage
Dim instance As AttributeOlapRole
public enum AttributeOlapRole
Members
Member name | Description | |
---|---|---|
NoRole | Value = 0. | |
Dimension | Value = 1. | |
Measure | Value = 2. | |
Property | Value = 3. |