AttributeUsage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines how a DimensionAttribute can be used.
[System.Runtime.InteropServices.Guid("A869FC84-35F7-4aae-A54D-0E7AB1F3D666")]
public enum AttributeUsage
[<System.Runtime.InteropServices.Guid("A869FC84-35F7-4aae-A54D-0E7AB1F3D666")>]
type AttributeUsage =
Public Enum AttributeUsage
- Inheritance
-
AttributeUsage
- Attributes
Fields
Name | Value | Description |
---|---|---|
Regular | 0 | Represents that the attribute is a regular attribute. |
Key | 1 | Represents the key element in a single element key or one of the elements in a multi element key. |
Parent | 2 | Represents the parent in a parent-child dimension. |