Clase MiningValue
Represents a value in the mining distribution or mining column.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..MiningValue
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public NotInheritable Class MiningValue
'Uso
Dim instance As MiningValue
public sealed class MiningValue
public ref class MiningValue sealed
[<SealedAttribute>]
type MiningValue = class end
public final class MiningValue
El tipo MiningValue expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Index | Gets the index of this mining value. | |
Value | Gets the value represented by this MiningValue. | |
ValueType | Gets the type of this MiningValue. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | Gets the value that this MiningValue represents, converted to a string. (Invalida Object. . :: . .ToString() () () ().) |
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.