Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the user-defined aggregations.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
<XmlArrayAttribute> _
<XmlArrayItemAttribute("AggregationInstance", GetType(AggregationInstance))> _
Public ReadOnly Property AggregationInstances As AggregationInstanceCollection
[BrowsableAttribute(false)]
[XmlArrayAttribute]
[XmlArrayItemAttribute("AggregationInstance", typeof(AggregationInstance))]
public AggregationInstanceCollection AggregationInstances { get; }
[BrowsableAttribute(false)]
[XmlArrayAttribute]
[XmlArrayItemAttribute(L"AggregationInstance", typeof(AggregationInstance))]
public:
property AggregationInstanceCollection^ AggregationInstances {
AggregationInstanceCollection^ get ();
}
/** @property */
public AggregationInstanceCollection get_AggregationInstances ()
public function get AggregationInstances () : AggregationInstanceCollection
Valeur de propriété
An AggregationInstanceCollection of user-defined aggregations.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Partition Class
Partition Members
Microsoft.AnalysisServices Namespace