MiningModel.AlgorithmParameters Property

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

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
<ReadOnlyAttribute(False)> _
<MergablePropertyAttribute(False)> _
<XmlArrayItemAttribute(GetType(AlgorithmParameter), ElementName:="AlgorithmParameter")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")> _
<EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelFlagsPropertyEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
Public ReadOnly Property AlgorithmParameters As AlgorithmParameterCollection
[ReadOnlyAttribute(false)] 
[MergablePropertyAttribute(false)] 
[XmlArrayItemAttribute(typeof(AlgorithmParameter), ElementName="AlgorithmParameter")] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")] 
[EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelFlagsPropertyEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
public AlgorithmParameterCollection AlgorithmParameters { get; }
[ReadOnlyAttribute(false)] 
[MergablePropertyAttribute(false)] 
[XmlArrayItemAttribute(typeof(AlgorithmParameter), ElementName=L"AlgorithmParameter")] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")] 
[EditorAttribute(L"Microsoft.AnalysisServices.Design.MiningModelFlagsPropertyEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
public:
property AlgorithmParameterCollection^ AlgorithmParameters {
    AlgorithmParameterCollection^ get ();
}
/** @property */
public AlgorithmParameterCollection get_AlgorithmParameters ()
public function get AlgorithmParameters () : AlgorithmParameterCollection

属性值

A collection of AlgorithmParameters.

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

MiningModel Class
MiningModel Members
Microsoft.AnalysisServices Namespace