Struttura StateStats
Represents the statistics for a single attribute state.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Structure StateStats
'Utilizzo
Dim instance As StateStats
public struct StateStats
public value class StateStats
[<SealedAttribute>]
type StateStats = struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo StateStats sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da ValueType. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da ValueType. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da ValueType. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.