Propriété Attribute
Gets the DimensionAttribute assigned to a Aggregation.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attribute As DimensionAttribute
Get
'Utilisation
Dim instance As AggregationAttribute
Dim value As DimensionAttribute
value = instance.Attribute
[BrowsableAttribute(false)]
public DimensionAttribute Attribute { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ Attribute {
DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member Attribute : DimensionAttribute
function get Attribute () : DimensionAttribute
Valeur de propriété
Type : Microsoft.AnalysisServices. . :: . .DimensionAttribute
The DimensionAttribute assigned to an Aggregation.