AttributeStats 结构
表示单个属性的统计信息。
命名空间: 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 继承。) | |
GetHashCode | (从 ValueType 继承。) | |
GetType | (从 Object 继承。) | |
ToString | (从 ValueType 继承。) |
顶部
字段
名称 | 说明 | |
---|---|---|
Attribute | 表示关联属性的索引。 | |
ExistingAdjustedProbability | 表示属性的现有的调整后概率。 | |
ExistingProbability | 表示属性的现有原始概率。 | |
ExistingSupport | 表示属性的现有支持。 | |
Max | 表示属性的最大值。 | |
Min | 表示属性的最小值。 | |
States | 表示属性的状态数目。 | |
StateStatistics | 表示属性的每个状态的状态统计信息的数组。 |
顶部
注释
要确定与 AttributeStats 关联的属性,请使用 Attribute 属性。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。