Partilhar via


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
Método público Equals (Herdado de ValueType.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de ValueType.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de ValueType.)

Início

Campos

  Nome Descrição
Campo público Attribute Represents the index for the associated attribute.
Campo público ExistingAdjustedProbability Represents the existing adjusted probability for the attribute.
Campo público ExistingProbability Represents the existing probability for the attribute.
Campo público ExistingSupport Represents the existing support for the attribute.
Campo público Max Represents the maximum for the attribute.
Campo público Min Represents the minimum for the attribute.
Campo público States Represents the number of state statistics for the attribute.
Campo público 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.