EventPropertyCollection クラス

EventPropertyCollection オブジェクトは、イベント オブジェクトのプロパティを表します。

継承階層

System.Object
  Microsoft.SqlServer.Management.Smo.EventPropertyCollection

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

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

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

プロパティ

  名前 説明
パブリック プロパティ Count EventPropertyCollection オブジェクトに含まれる EventProperty オブジェクトの数を取得します。
パブリック プロパティ Item[Int32] 指定したインデックス位置の EventProperty オブジェクトを取得します。
パブリック プロパティ Item[String] 指定された名前を持つ EventProperty オブジェクトを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド CopyTo 1 次元の配列にコレクション オブジェクトをコピーします。その際、指定したインデックス値の位置からコピーを開始します。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetEnumerator オブジェクトの一覧を繰り返し処理できる列挙子を取得します。
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

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

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo 特定の配列インデックスを開始位置として、配列に ICollection の要素をコピーします。
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator コレクションの繰り返し処理を可能にする IEnumerator インターフェイスを返します。
明示的なインターフェイスの実装プライベート プロパティ ICollection.IsSynchronized イベント プロパティのコレクションが読み取りと更新のために同期 (ロック) されるかどうかを示す値を取得します。
明示的なインターフェイスの実装プライベート プロパティ ICollection.SyncRoot ICollection へのアクセスの同期に使用できるオブジェクトを返します。

先頭に戻る

説明

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

使用例

コレクションの使用

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間