次の方法で共有


MiningAttributeCollection クラス

MiningModel に含まれる MiningAttribute オブジェクトの読み取り専用の要求時コレクションを表します。

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningAttributeCollection

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

構文

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

MiningAttributeCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれる MiningAttribute オブジェクトの数を取得します。
パブリック プロパティ IsSynchronized コレクションへのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。
パブリック プロパティ Item[ ( [ ( Int32] ) ] ) 指定したインデックスの MiningAttribute をコレクションから取得します。Microsoft Visual C# の場合、このプロパティは MiningAttributeCollection クラスのインデクサとなります。
パブリック プロパティ Item[ ( [ ( String] ) ] ) 指定した名前の MiningAttribute をコレクションから取得します。Microsoft Visual C# の場合、このプロパティは MiningAttributeCollection クラスのインデクサとなります。
パブリック プロパティ SyncRoot コレクションへのアクセスの同期に使用できる Object を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド {dtor} MiningAttributeCollection で使用されたすべてのリソースを解放します。
プロテクト メソッド CopyTo(Array, Int32)
パブリック メソッド CopyTo(array<MiningAttribute> [] () [] [], Int32) 指定した配列にコレクションの要素をコピーします。
パブリック メソッド Dispose MiningAttributeCollection で使用されたすべてのリソースを解放します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド Find 指定した名前の MiningAttribute をコレクションから取得します。
パブリック メソッド GetEnumerator() () () () コレクションの繰り返し処理で使用する Enumerator を取得します。
パブリック メソッド GetEnumerator() () () ()
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

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