Parameters 属性

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

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.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.AdomdClient. . :: . .MiningParameterCollection
A MiningParameterCollection containing the MiningParameter objects that apply to the mining model.

注释

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.