Freigeben über


StateStats-Struktur

Represents the statistics for a single attribute state.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Structure StateStats
'Usage
Dim instance As StateStats
public struct StateStats
public value class StateStats
[<SealedAttribute>]
type StateStats =  struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.

Der StateStats-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von ValueType.)
Öffentliche Methode GetHashCode (Geerbt von ValueType.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von ValueType.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld AdjustedProbability Represents the adjusted probability for the attribute state.
Öffentliches Feld Probability Represents the probability for the attribute state.
Öffentliches Feld ProbabilityVariance Represents the probability variance for the attribute state.
Öffentliches Feld Support Represents the support for the attribute state.
Öffentliches Feld Value Represents the value for the attribute state.
Öffentliches Feld Variance Represents the variance for the attribute state.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace