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