Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of attributes for the associated AggregationInstanceDimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As AggregationInstanceAttributeCollection
Get
'Usage
Dim instance As AggregationInstanceDimension
Dim value As AggregationInstanceAttributeCollection
value = instance.Attributes
[BrowsableAttribute(false)]
public AggregationInstanceAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property AggregationInstanceAttributeCollection^ Attributes {
AggregationInstanceAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : AggregationInstanceAttributeCollection
function get Attributes () : AggregationInstanceAttributeCollection
Property Value
Type: Microsoft.AnalysisServices.AggregationInstanceAttributeCollection
A collection of attributes.