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 | |
---|---|---|
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 | |
---|---|---|
Attribute | Represents the index for the associated attribute. | |
ExistingAdjustedProbability | Represents the existing adjusted probability for the attribute. | |
ExistingProbability | Represents the existing probability for the attribute. | |
ExistingSupport | Represents the existing support for the attribute. | |
Max | Represents the maximum for the attribute. | |
Min | Represents the minimum for the attribute. | |
States | Represents the number of state statistics for the attribute. | |
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.