DimensionAttribute.Type Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of the attribute.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[EditorAttribute("Microsoft.AnalysisServices.Design.AttributeTypePropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
[DefaultValueAttribute(AttributeType.Regular)]
public AttributeType Type { get; set; }
public:
[EditorAttribute("Microsoft.AnalysisServices.Design.AttributeTypePropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
[DefaultValueAttribute(AttributeType::Regular)]
property AttributeType Type {
    AttributeType get();
    void set(AttributeType value);
}
[<EditorAttribute("Microsoft.AnalysisServices.Design.AttributeTypePropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
[<DefaultValueAttribute(AttributeType.Regular)>]
member Type : AttributeType with get, set
<EditorAttribute("Microsoft.AnalysisServices.Design.AttributeTypePropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
<DefaultValueAttribute(AttributeType.Regular)>
Public Property Type As AttributeType

Property Value

Type: Microsoft.AnalysisServices.AttributeType

The type of the attribute.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top