MiningServiceCollection クラス

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

継承階層

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningServiceCollection

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

構文

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

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

プロパティ

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

先頭に戻る

メソッド

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

先頭に戻る

説明

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

スレッド セーフ

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

関連項目

参照

Microsoft.AnalysisServices.AdomdServer 名前空間