Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the ParentDimension object for the current AttributeRelationship object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDimension As Dimension
Get
'Usage
Dim instance As AttributeRelationship
Dim value As Dimension
value = instance.ParentDimension
[BrowsableAttribute(false)]
public Dimension ParentDimension { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ ParentDimension {
Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member ParentDimension : Dimension
function get ParentDimension () : Dimension
Property Value
Type: Microsoft.AnalysisServices.Dimension
A Database object with the parent dimension.