Freigeben über


AttributeStats-Struktur

Represents the statistics for a single attribute.

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

Syntax

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

Der AttributeStats-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 Attribute Represents the index for the associated attribute.
Öffentliches Feld ExistingAdjustedProbability Represents the existing adjusted probability for the attribute.
Öffentliches Feld ExistingProbability Represents the existing probability for the attribute.
Öffentliches Feld ExistingSupport Represents the existing support for the attribute.
Öffentliches Feld Max Represents the maximum for the attribute.
Öffentliches Feld Min Represents the minimum for the attribute.
Öffentliches Feld States Represents the number of state statistics for the attribute.
Öffentliches Feld StateStatistics Represents an array of state statistics for each state of the attribute.

Zum Anfang

Hinweise

To determine the attribute to which the AttributeStats is associated, use the Attribute property.

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