Поделиться через


Структура AttributeStats

Represents the statistics for a single attribute.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public Structure AttributeStats
'Применение
Dim instance As AttributeStats
public struct AttributeStats
public value class AttributeStats
[<SealedAttribute>]
type AttributeStats =  struct end
JScript поддерживает использование структур, но не объявление новых.

Тип AttributeStats обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Производный от ValueType.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от ValueType.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от ValueType.)

В начало

Поля

  Имя Описание
Открытое поле Attribute Represents the index for the associated attribute.
Открытое поле ExistingAdjustedProbability Represents the existing adjusted probability for the attribute.
Открытое поле ExistingProbability Represents the existing probability for the attribute.
Открытое поле ExistingSupport Represents the existing support for the attribute.
Открытое поле Max Represents the maximum for the attribute.
Открытое поле Min Represents the minimum for the attribute.
Открытое поле States Represents the number of state statistics for the attribute.
Открытое поле StateStatistics Represents an array of state statistics for each state of the attribute.

В начало

Замечания

To determine the attribute to which the AttributeStats is associated, use the Attribute property.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.