AttributeStats Structure

Represents the statistics for a single attribute.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Structure AttributeStats
'Usage
Dim instance As AttributeStats
public struct AttributeStats
public value class AttributeStats
[<SealedAttribute>]
type AttributeStats =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The AttributeStats 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 Attribute Represents the index for the associated attribute.
Public field ExistingAdjustedProbability Represents the existing adjusted probability for the attribute.
Public field ExistingProbability Represents the existing raw probability for the attribute.
Public field ExistingSupport Represents the existing support for the attribute.
Public field Max Represents the maximum value of the attribute.
Public field Min Represents the minimum value of the attribute.
Public field States Represents the number of states for the attribute.
Public field StateStatistics Represents an array of state statistics for each state of the attribute.

Top

Remarks

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

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