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 parent Dimension of the DimensionAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Dimension
Get
'Usage
Dim instance As DimensionAttribute
Dim value As Dimension
value = instance.Parent
[BrowsableAttribute(false)]
public Dimension Parent { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ Parent {
Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Dimension
function get Parent () : Dimension
Property Value
Type: Microsoft.AnalysisServices.Dimension
The parent Dimension of the DimensionAttribute.