StateStats Structure
Represents the statistics for a single attribute state.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Structure StateStats
'Usage
Dim instance As StateStats
public struct StateStats
public value class StateStats
[<SealedAttribute>]
type StateStats = struct end
JScript suports the use of structures, but not the declaration of new ones.
The StateStats type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | 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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.