共用方式為


MiningModel.Parameters 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Parameters As MiningParameterCollection 
    Get
'用途
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

屬性值

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

備註

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.

請參閱

參考

MiningModel 類別

Microsoft.AnalysisServices.AdomdServer 命名空間