AlgorithmParameter クラス

MiningModel 要素で使用されるアルゴリズム用のパラメーターを定義します。 このクラスは継承できません。

継承階層

System.Object
  Microsoft.AnalysisServices.AlgorithmParameter

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")> _
Public NotInheritable Class AlgorithmParameter _
    Implements ICloneable
'使用
Dim instance As AlgorithmParameter
[GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")]
public sealed class AlgorithmParameter : ICloneable
[GuidAttribute(L"43F3DB34-4346-4848-BB4B-5C329A656E19")]
public ref class AlgorithmParameter sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")>]
type AlgorithmParameter =  
    class 
        interface ICloneable 
    end
public final class AlgorithmParameter implements ICloneable

AlgorithmParameter 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド AlgorithmParameter() AlgorithmParameter クラスの新しいインスタンスを既定値で初期化します。
パブリック メソッド AlgorithmParameter(String, Object) 名前および値を使用して、AlgorithmParameter クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Name AlgorithmParameter の名前を取得します。値の設定も可能です。
パブリック プロパティ Value 関連付けられている AlgorithmParameter の値を取得します。値の設定も可能です。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Clone オブジェクトの新しい完全コピーを作成します。
パブリック メソッド CopyTo AlgorithmParameter オブジェクトを指定したオブジェクトにコピーします。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICloneable.Clone インフラストラクチャです。アルゴリズム パラメーターのコピーを作成します。

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.AnalysisServices 名前空間