MiningServiceCollection クラス

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

名前空間:  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 は、クエリによって返される軸を表すために、CellSet によって使用されます。MiningServiceCollection に含まれる各 MiningService は、1 つ以上の階層に沿って構成された、適合する組のセットを表します。MiningService の詳細については、「MiningService」を参照してください。

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningServiceCollection

スレッド セーフ

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