Partition.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the parent measure group of the current partition.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public MeasureGroup Parent { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property MeasureGroup^ Parent {
    MeasureGroup^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member Parent : MeasureGroup with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Parent As MeasureGroup

Property Value

Type: Microsoft.AnalysisServices.MeasureGroup

A MeasureGroup object of the current partition.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top