StateStats 结构

Represents the statistics for a single attribute state.

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

语法

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

StateStats 类型公开以下成员。

方法

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

页首

字段

  名称 说明
公共字段 AdjustedProbability Represents the adjusted probability for the attribute state.
公共字段 Probability Represents the probability for the attribute state.
公共字段 ProbabilityVariance Represents the probability variance for the attribute state.
公共字段 Support Represents the support for the attribute state.
公共字段 Value Represents the value for the attribute state.
公共字段 Variance Represents the variance for the attribute state.

页首

线程安全

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