Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the value represented by the MiningDistribution.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property Value As MiningValue
Get
'Uso
Dim instance As MiningDistribution
Dim value As MiningValue
value = instance.Value
public MiningValue Value { get; }
public:
property MiningValue^ Value {
MiningValue^ get ();
}
member Value : MiningValue
function get Value () : MiningValue
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdServer.MiningValue
Returns a MiningValue that contains the value.
Comentarios
This value is algorithm-specific.