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
Public method Equals (Inherited from ValueType.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field AdjustedProbability Represents the adjusted probability for the attribute state.
Public field Probability Represents the probability for the attribute state.
Public field ProbabilityVariance Represents the probability variance for the attribute state.
Public field Support Represents the support for the attribute state.
Public field Value Represents the value for the attribute state.
Public field 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.

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace