clsAggregation
Ostrzeżenie
Ta funkcja zostanie usunięta z następnej wersji programu Microsoft SQL Server. Nie należy stosować tej funkcji w nowych projektach oraz jak najszybciej należy zmodyfikować aplikacje, w których obecnie jest używana ta funkcja.
An object of ClassType clsAggregation provides a specific implementation of the Decision Support Objects (DSO) MDStore interface.Każde wystąpienie clsAggregation obiekt reprezentuje unikatowy agregacja DSO.Ten obiekt zawiera kolekcje, metody i właściwości za pomocą MDStore interfejs.
Przykład
Poniższy kod służy do wyświetlania listy wartooci agregacji, zawarte w partycji:
'Assume an object (dsoServer) of ClassType clsServer exists
Dim dsoDB As MDStore
Dim dsoCube As MDStore
Dim dsoPart As MDStore
Dim dsoAgg As MDStore
Set dsoDB = dsoServer.MDStores(1) 'Database
Set dsoCube = dsoDB.MDStores(1) 'Cube
Set dsoPart = dsoCube.MDStores(1) 'Partition
'MDStores collection of a partition object
'contains objects of ClassType clsAggregation
Debug.Print " # Aggregations = " & dsoPart.MDStores.Count
Zobacz także