Compartir a través de


MiningModel.Parameters Propiedad

Gets a collection of MiningParameter objects that apply to the mining model.

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

Sintaxis

'Declaración
Public ReadOnly Property Parameters As MiningParameterCollection 
    Get
'Uso
Dim instance As MiningModel 
Dim value As MiningParameterCollection 

value = instance.Parameters
public MiningParameterCollection Parameters { get; }
public:
property MiningParameterCollection^ Parameters {
    MiningParameterCollection^ get ();
}
member Parameters : MiningParameterCollection
function get Parameters () : MiningParameterCollection

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection
A collection of MiningParameter objects that apply to the mining model.

Comentarios

These parameters are algorithm-specific.

If the model has been processed, this value contains the parameters that were used to process the model. These may be different than the values set by the user. If the model has not been processed, no parameters are returned.

Vea también

Referencia

MiningModel Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient