Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets the parent Attribute for the current attribute relationship.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DimensionAttribute
Get
'Usage
Dim instance As AttributeRelationship
Dim value As DimensionAttribute
value = instance.Parent
[BrowsableAttribute(false)]
public DimensionAttribute Parent { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ Parent {
DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : DimensionAttribute
function get Parent () : DimensionAttribute
Property Value
Type: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute object with the parent attribute for the current attribute relationship.