DimensionAttribute.ExtendedType Property

Definition

Used by client applications that require extensions to the Type property. To use this property, set Type to ExtendedType, and then set ExtendedType to a string value that is understood by your client application. By default, this property is empty.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_ExtendedType")]
[System.ComponentModel.Browsable(true)]
public string ExtendedType { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_ExtendedType")>]
[<System.ComponentModel.Browsable(true)>]
member this.ExtendedType : string with get, set
Public Property ExtendedType As String

Property Value

String

A String with the extended type information.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute BrowsableAttribute

Applies to