MiningServiceParameterCollection クラス
MiningServiceParameter オブジェクトの読み取り専用のコレクションを表します。
継承階層
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) | 指定した配列およびインデックスに MiningServiceParameterCollection コレクションの要素をコピーします。 | |
CopyTo(array<MiningServiceParameter[], Int32) | 指定した配列に MiningServiceParameterCollection コレクションの要素をコピーします。 | |
Dispose | MiningServiceParameterCollection クラスの現在のインスタンスで使用されるすべてのリソースを解放します。 | |
Equals | (Object から継承されています。) | |
Find | 指定した名前の MiningServiceParameter を MiningServiceParameterCollection コレクションから検索します。 | |
GetEnumerator() | MiningServiceParameterCollection コレクションの反復処理に使用する Enumerator を取得します。 | |
GetEnumerator() | コレクションの反復処理に使用する IEnumerator を返します。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
このページのトップへ
説明
MiningServiceParameterCollection は、クエリによって返される軸を表すために使用されます。 MiningServiceParameterCollection 内の各 MiningServiceParameter は、1 つ以上の階層に沿って構成された、適合する組のセットを表します。 MiningServiceParameter の詳細については、「MiningServiceParameter」を参照してください。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。