XmlaWarningCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XmlaWarning オブジェクトのコレクションを表します。
[System.Runtime.InteropServices.Guid("357DB182-675C-42B4-87E4-AC47FB8D4D5A")]
[System.Serializable]
public class XmlaWarningCollection : System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("357DB182-675C-42B4-87E4-AC47FB8D4D5A")>]
[<System.Serializable>]
type XmlaWarningCollection = class
interface ICollection
interface IEnumerable
Public Class XmlaWarningCollection
Implements ICollection
- 継承
-
XmlaWarningCollection
- 属性
- 実装
コンストラクター
XmlaWarningCollection() |
既定値を使用し、XmlaWarningCollection クラスの新しいインスタンスを初期化します。 |
プロパティ
Count |
コレクションに格納されている要素の数を取得します。 |
Item[Int32] |
コレクション内の指定されたインデックスにある XmlaWarning を取得します。 |
明示的なインターフェイスの実装
ICollection.CopyTo(Array, Int32) |
XmlaWarning オブジェクトのコレクションを表します。 |
ICollection.IsSynchronized |
XmlaWarning オブジェクトのコレクションを表します。 |
ICollection.SyncRoot |
XmlaWarning オブジェクトのコレクションを表します。 |
IEnumerable.GetEnumerator() |
XmlaWarning オブジェクトのコレクションを表します。 |