StateStats 结构

Represents the statistics for a single attribute state.

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

语法

public struct StateStats

StateStats 类型公开以下成员。

方法

  名称 说明
公共方法 Equals (从 ValueType 继承。)
公共方法 GetHashCode (从 ValueType 继承。)
公共方法 GetType (从 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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间