次の方法で共有


MiningValueCollection クラス

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

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

構文

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

説明

MiningValueCollection は、クエリによって返される軸を表すために、CellSet によって使用されます。MiningValueCollection に含まれる各 MiningValue は、1 つ以上の階層に沿って構成された、適合する組のセットを表します。

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningValueCollection

スレッド セーフ

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