次の方法で共有


MiningServiceParameterCollection クラス

CellSet に含まれる MiningServiceParameter オブジェクトの読み取り専用のコレクションを取得します。

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningServiceParameterCollection

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

構文

'宣言
Public NotInheritable Class MiningServiceParameterCollection _
    Implements IDisposable, IEnumerable, ICollection
'使用
Dim instance As MiningServiceParameterCollection
public sealed class MiningServiceParameterCollection : IDisposable, 
    IEnumerable, ICollection
public ref class MiningServiceParameterCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type MiningServiceParameterCollection =  
    class
        interface IDisposable
        interface IEnumerable
        interface ICollection
    end
public final class MiningServiceParameterCollection implements IDisposable, IEnumerable, ICollection

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

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれる MiningServiceParameter オブジェクトの数を取得します。
パブリック プロパティ IsSynchronized コレクションへのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。
パブリック プロパティ Item[ ( [ ( Int32] ) ] ) 指定したインデックスの MiningServiceParameter を MiningServiceParameterCollection コレクションから取得します。Microsoft Visual C# の場合、このプロパティは MiningServiceParameterCollection クラスのインデクサとなります。
パブリック プロパティ Item[ ( [ ( String] ) ] ) 指定した名前の MiningServiceParameter を MiningServiceParameterCollection コレクションから取得します。Microsoft Visual C# の場合、このプロパティは MiningServiceParameterCollection クラスのインデクサとなります。
パブリック プロパティ SyncRoot MiningServiceParameterCollection コレクションへのアクセスの同期に使用できるオブジェクトを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド {dtor} MiningServiceParameterCollection で使用されるすべてのリソースを解放します。
プロテクト メソッド CopyTo(Array, Int32)
パブリック メソッド CopyTo(array<MiningServiceParameter> [] () [] [], Int32) 指定した配列に MiningServiceParameterCollection コレクションの要素をコピーします。
パブリック メソッド Dispose MiningServiceParameterCollection で使用されるすべてのリソースを解放します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド Find 指定した名前の MiningServiceParameter を MiningServiceParameterCollection コレクションから取得します。
パブリック メソッド GetEnumerator() () () () MiningServiceParameterCollection コレクションの繰り返し処理で使用する Enumerator を取得します。
パブリック メソッド GetEnumerator() () () () コレクションの繰り返し処理で使用する列挙子を返します。
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

MiningServiceParameterCollection は、クエリによって返される軸を表すために、CellSet によって使用されます。MiningServiceParameterCollection に含まれる各 MiningServiceParameter は、1 つ以上の階層に沿って構成された、適合する組のセットを表します。MiningServiceParameter の詳細については、「MiningServiceParameter」を参照してください。

スレッド セーフ

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