DimensionAttribute.Usage Property

Definition

Gets or sets how an attribute is used.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_Usage")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.TypeConverterForAttributeUsage, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.AttributeUsage Usage { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_Usage")>]
[<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

AttributeUsage

A AttributeUsage describing how an attribute is used.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

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.

Applies to