clsPartitionMeasure
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 clsPartitionMeasure provides a specific implementation of the Decision Support Objects (DSO) Measure interface.Ten obiekt jest używany do utrzymania obiektów miara zawiera obiekt partycji.
An object of ClassType clsPartitionMeasure provides collections and properties through the Measure interface.Ma skojarzony obiekt ClassType clsPartitionMeasure.
Uwagi
Środki są kolumny ilościowa, numeryczna z tabela fakt moduł.Podczas przetwarzania moduł wszystkie z wyjątkiem środków na podstawie DistinctCount funkcja agregująca, są agregowane wymiarów moduł.
Przykład
Odwołanie do obiektu za pomocą następującego kodu ClassType clsPartitionMeasure:
' Assume an object (dsoPartition) of ClassType clsPartition exists.
Dim dsoPartMeasure As DSO.Measure
' Retrieve the first measure associated with the partition.
Set dsoPartMeasure = dsoPartition.Measures(1)
Zobacz także