共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。