MiningModel.AlgorithmParameters Property

割り当てられているアルゴリズムとは無関係に、適用可能な一連の AlgorithmParameters を取得します。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (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

プロパティ値

AlgorithmParameters のコレクションです。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

MiningModel Class
MiningModel Members
Microsoft.AnalysisServices Namespace