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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。