Structure StateStats
Represents the statistics for a single attribute state.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Structure StateStats
'Utilisation
Dim instance As StateStats
public struct StateStats
public value class StateStats
[<SealedAttribute>]
type StateStats = struct end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.
Le type StateStats expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de ValueType.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de ValueType.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de ValueType.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
AdjustedProbability | Represents the adjusted probability for the attribute state. | |
Probability | Represents the probability for the attribute state. | |
ProbabilityVariance | Represents the probability variance for the attribute state. | |
Support | Represents the support for the attribute state. | |
Value | Represents the value for the attribute state. | |
Variance | Represents the variance for the attribute state. |
Haut de la page
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.