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