MiningServiceCollection クラス
CellSet に含まれる MiningService オブジェクトの読み取り専用のコレクションを取得します。
継承階層
System.Object
Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public NotInheritable Class MiningServiceCollection _
Implements ICollection, IEnumerable
'使用
Dim instance As MiningServiceCollection
public sealed class MiningServiceCollection : ICollection,
IEnumerable
public ref class MiningServiceCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type MiningServiceCollection =
class
interface ICollection
interface IEnumerable
end
public final class MiningServiceCollection implements ICollection, IEnumerable
MiningServiceCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | コレクションに含まれる MiningService オブジェクトの数を取得します。 | |
IsSynchronized | コレクションへのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 | |
Item[Int32] | 指定したインデックスの MiningService を MiningServiceCollection コレクションから取得します。 | |
Item[String] | 指定した名前の MiningService を MiningServiceCollection コレクションから取得します。 | |
SyncRoot | MiningServiceCollection コレクションへのアクセスの同期に使用できるオブジェクトを取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
CopyTo | 指定した配列に MiningServiceCollection コレクションの要素をコピーします。 | |
Equals | (Object から継承されています。) | |
Find | 指定した名前の MiningService を MiningServiceCollection コレクションから取得します。 | |
GetEnumerator | MiningServiceCollection の反復処理に使用する列挙子を取得します。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICollection.CopyTo | 指定した配列に MiningServiceCollection コレクションの要素をコピーします。 | |
IEnumerable.GetEnumerator | コレクションを繰り返し処理できる Enumerator を返します。 |
先頭に戻る
説明
MiningServiceCollection は、クエリによって返される軸を表すために、CellSet によって使用されます。 MiningServiceCollection に含まれる各 MiningService は、1 つ以上の階層に沿って構成された、適合する組のセットを表します。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。