MiningModel.AlgorithmParameters 속성

Gets the applicable set of algorithm parameters, independent of assigned algorithm.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property AlgorithmParameters As AlgorithmParameterCollection 
    Get
‘사용 방법
Dim instance As MiningModel 
Dim value As AlgorithmParameterCollection 

value = instance.AlgorithmParameters
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")]
public AlgorithmParameterCollection AlgorithmParameters { get; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property AlgorithmParameterCollection^ AlgorithmParameters {
    AlgorithmParameterCollection^ get ();
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")>]
member AlgorithmParameters : AlgorithmParameterCollection
function get AlgorithmParameters () : AlgorithmParameterCollection

속성 값

유형: Microsoft.AnalysisServices.AlgorithmParameterCollection
A collection of AlgorithmParameter objects.

참고 항목

참조

MiningModel 클래스

Microsoft.AnalysisServices 네임스페이스