DimensionAttribute.ExtendedType Property

 

Applies To: SQL Server 2016 Preview

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.

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

Syntax

[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2012/engine/400")]
[BrowsableAttribute(true)]
public string ExtendedType { get; set; }
public:
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2012/engine/400")]
[BrowsableAttribute(true)]
property String^ ExtendedType {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2012/engine/400")>]
[<BrowsableAttribute(true)>]
member ExtendedType : string with get, set
<XmlElementAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2012/engine/400")>
<BrowsableAttribute(True)>
Public Property ExtendedType As String

Property Value

Type: System.String

Returns String.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top