Estrutura AttributeStats
Represents the statistics for a single attribute.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Structure AttributeStats
'Uso
Dim instance As AttributeStats
public struct AttributeStats
public value class AttributeStats
[<SealedAttribute>]
type AttributeStats = struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo AttributeStats expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
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ício
Comentários
To determine the attribute to which the AttributeStats is associated, use the Attribute property.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.