Estructura StateStats
Represents the statistics for a single attribute state.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Structure StateStats
'Uso
Dim instance As StateStats
public struct StateStats
public value class StateStats
[<SealedAttribute>]
type StateStats = struct end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.
El tipo StateStats expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de ValueType.) | |
GetHashCode | (Se hereda de ValueType.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de ValueType.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
AdjustedProbability | Represents the adjusted probability for the attribute state. | |
Probability | Represents the probability for the attribute state. | |
ProbabilityVariance | Represents the probability variance for the attribute state. | |
Support | Represents the support for the attribute state. | |
Value | Represents the value for the attribute state. | |
Variance | Represents the variance for the attribute state. |
Arriba
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.