AttributeStats 结构

Represents the statistics for a single attribute.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Structure AttributeStats
用法
Dim instance As AttributeStats
public struct AttributeStats
public value class AttributeStats
[<SealedAttribute>]
type AttributeStats =  struct end
JScript 支持使用结构,但不支持声明新结构。

AttributeStats 类型公开以下成员。

方法

  名称 说明
公共方法 Equals (从 ValueType 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 ValueType 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 ValueType 继承。)

页首

字段

  名称 说明
公共字段 Attribute Represents the index for the associated attribute.
公共字段 ExistingAdjustedProbability Represents the existing adjusted probability for the attribute.
公共字段 ExistingProbability Represents the existing probability for the attribute.
公共字段 ExistingSupport Represents the existing support for the attribute.
公共字段 Max Represents the maximum for the attribute.
公共字段 Min Represents the minimum for the attribute.
公共字段 States Represents the number of state statistics for the attribute.
公共字段 StateStatistics Represents an array of state statistics for each state of the attribute.

页首

注释

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

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。