DimensionAttribute.Usage Property
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.
Gets or sets how an attribute is used.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.TypeConverterForAttributeUsage, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.AttributeUsage Usage { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.TypeConverterForAttributeUsage, Microsoft.AnalysisServices.Design.AS")>]
member this.Usage : Microsoft.AnalysisServices.AttributeUsage with get, set
Public Property Usage As AttributeUsage
Property Value
A AttributeUsage describing how an attribute is used.
- Attributes
Remarks
The value of this property can be: Value Description ----- ----------- Regular The attribute is a regular attribute. Key The attribute is a key attribute. Parent The attribute is a parent attribute.