Propriété ParentDimension
Gets the ParentDimension object for the current AttributeRelationship object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDimension As Dimension
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices. . :: . .Dimension
A Database object with the parent dimension.