言語

EventPropertyCollection クラス

定義

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

public sealed class EventPropertyCollection : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Smo.EventProperty>, System.Collections.ICollection
type EventPropertyCollection = class
    interface ICollection
    interface IEnumerable
    interface seq<EventProperty>
Public NotInheritable Class EventPropertyCollection
Implements ICollection, IEnumerable(Of EventProperty)
継承
EventPropertyCollection
実装

コンストラクター

名前 説明
EventPropertyCollection()

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

プロパティ

名前 説明
Count

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

Item[Int32]

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

Item[String]

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

メソッド

名前 説明
CopyTo(EventProperty[], Int32)

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

GetEnumerator()

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

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

名前 説明
ICollection.CopyTo(Array, Int32)

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

ICollection.IsSynchronized

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

ICollection.SyncRoot

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

IEnumerable.GetEnumerator()

イベント プロパティに使用される特殊な名前オブジェクト コレクション (ディクショナリ)。

適用対象