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.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (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 probability for the attribute.
Public field ExistingSupport Represents the existing support for the attribute.
Public field Max Represents the maximum for the attribute.
Public field Min Represents the minimum for the attribute.
Public field States Represents the number of state statistics 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.