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
Metodo pubblico Equals Ereditato da ValueType.
Metodo pubblico GetHashCode Ereditato da ValueType.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da ValueType.

In alto

Campi

  Nome Descrizione
Campo pubblico AdjustedProbability Represents the adjusted probability for the attribute state.
Campo pubblico Probability Represents the probability for the attribute state.
Campo pubblico ProbabilityVariance Represents the probability variance for the attribute state.
Campo pubblico Support Represents the support for the attribute state.
Campo pubblico Value Represents the value for the attribute state.
Campo pubblico 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer