PerspectiveMeasure.MeasureID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the measure identifier associated with a PerspectiveMeasure object.

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

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
public string MeasureID { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
property String^ MeasureID {
    String^ get();
    void set(String^ value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
member MeasureID : string with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(IsNullable := False)>
Public Property MeasureID As String

Property Value

Type: System.String

A measure identifier.

See Also

PerspectiveMeasure Class
Microsoft.AnalysisServices Namespace

Return to top