共用方式為


AttributeStats 結構

表示單一屬性的統計資料。

命名空間:  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。)
公用方法 GetHashCode (繼承自 ValueType。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 ValueType。)

回到頁首

欄位

  名稱 說明
公用欄位 Attribute 表示相關聯屬性的索引。
公用欄位 ExistingAdjustedProbability 表示屬性的現有已調整機率。
公用欄位 ExistingProbability 表示屬性的現有原始機率。
公用欄位 ExistingSupport 表示屬性的現有支援。
公用欄位 Max 表示屬性的最大值。
公用欄位 Min 表示屬性的最小值。
公用欄位 States 表示屬性的狀態數目。
公用欄位 StateStatistics 表示每個屬性狀態的狀態統計資料陣列。

回到頁首

備註

若要判斷與 AttributeStats 相關聯的屬性 (Attribute),請使用 Attribute 屬性 (Property)。

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間