DimensionAttribute.Usage Property

Definition

Gets or sets how an attribute is used.

C#
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.TypeConverterForAttributeUsage, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.AttributeUsage Usage { get; set; }

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.

Applies to

Product Versions
Analysis Services SDK for .NET latest