Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.