PerspectiveMeasureGroup.MeasureGroupID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a measure group identifier for a PerspectiveMeasureGroup object.

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

Syntax

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

Property Value

Type: System.String

A measure group identifier.

See Also

PerspectiveMeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top