Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the measure group object that is the parent of the MeasureGroupAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MeasureGroupDimension
Get
'Usage
Dim instance As MeasureGroupAttribute
Dim value As MeasureGroupDimension
value = instance.Parent
[BrowsableAttribute(false)]
public MeasureGroupDimension Parent { get; }
[BrowsableAttribute(false)]
public:
property MeasureGroupDimension^ Parent {
MeasureGroupDimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MeasureGroupDimension
function get Parent () : MeasureGroupDimension
Property Value
Type: Microsoft.AnalysisServices.MeasureGroupDimension
A measure group object.