Struttura AttributeStats

Represents the statistics for a single attribute.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Structure AttributeStats
'Utilizzo
Dim instance As AttributeStats
public struct AttributeStats
public value class AttributeStats
[<SealedAttribute>]
type AttributeStats =  struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.

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

In alto

Osservazioni

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

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