Proprietà Parent

Gets the parent Attribute for the current attribute relationship.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DimensionAttribute
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices. . :: . .DimensionAttribute
A DimensionAttribute object with the parent attribute for the current attribute relationship.