MiningModel.Parameters Property
Gets a collection of MiningParameter objects that apply to the mining model.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As MiningParameterCollection
public MiningParameterCollection Parameters { get; }
public:
property MiningParameterCollection^ Parameters {
MiningParameterCollection^ get ();
}
/** @property */
public MiningParameterCollection get_Parameters ()
public function get Parameters () : MiningParameterCollection
Property Value
Returns a MiningParameterCollection containing the MiningParameter objects that apply to the mining model.
Remarks
These parameters are algorithm-specific.
If the model is processed, this value returns the parameters actually used to process the model. These may be different than the values set by the user. If the model is not processed, no parameters are returned.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MiningModel Class
MiningModel Members
Microsoft.AnalysisServices.AdomdClient Namespace