Share via


Structure AttributeStats

Represents the statistics for a single attribute.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Structure AttributeStats
'Utilisation
Dim instance As AttributeStats
public struct AttributeStats
public value class AttributeStats
[<SealedAttribute>]
type AttributeStats =  struct end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.

Le type AttributeStats expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (hérité de ValueType.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de ValueType.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de ValueType.)

Haut de la page

Champs

  Nom Description
Champ public Attribute Represents the index for the associated attribute.
Champ public ExistingAdjustedProbability Represents the existing adjusted probability for the attribute.
Champ public ExistingProbability Represents the existing probability for the attribute.
Champ public ExistingSupport Represents the existing support for the attribute.
Champ public Max Represents the maximum for the attribute.
Champ public Min Represents the minimum for the attribute.
Champ public States Represents the number of state statistics for the attribute.
Champ public StateStatistics Represents an array of state statistics for each state of the attribute.

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.