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