次の方法で共有


ValidationResultCollection クラス

検証中の結果オブジェクトのコレクションを表します。

継承階層

System.Object
  Microsoft.AnalysisServices.ValidationResultCollection

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

構文

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

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

コンストラクター

  名前 説明
パブリック メソッド ValidationResultCollection ValidationResultCollection クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれる検証結果オブジェクトの数を取得します。
パブリック プロパティ Item ValidationResultCollection オブジェクトの指定したインデックス位置にある検証に参照を追加します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Clear 現在の ValidationResultCollection オブジェクトからすべての結果を削除します。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo ValidationResultCollection オブジェクトを Array オブジェクトにコピーします。
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator ValidationResultCollection オブジェクトを繰り返し処理できる列挙子を取得します。
明示的なインターフェイスの実装プライベート プロパティ ICollection.IsSynchronized ValidationResultCollection オブジェクトが同期されているかどうかを示す値を取得します。
明示的なインターフェイスの実装プライベート プロパティ ICollection.SyncRoot コントロールのコレクションへのアクセスを同期するために使用できるオブジェクトを取得します。

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.AnalysisServices 名前空間