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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。