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.

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.