Partager via


Propriété Parameters

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parameters As MiningParameterCollection
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer. . :: . .MiningParameterCollection
A MiningParameterCollection that contains the MiningParameter objects that apply to the mining model.

Notes

These parameters are algorithm-specific.

If the model is processed, the return value includes the parameters that were actually used to process the model. These values may be different than the values set by the user. If the model is not processed, no parameters are returned.