Compartir a través de


Estructura AttributeStats

Represents the statistics for a single attribute.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Structure AttributeStats
'Uso
Dim instance As AttributeStats
public struct AttributeStats
public value class AttributeStats
[<SealedAttribute>]
type AttributeStats =  struct end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.

El tipo AttributeStats expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Equals (Se hereda de ValueType.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de ValueType.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de ValueType.)

Arriba

Campos

  Nombre Descripción
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.

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.