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
實作

建構函式

名稱 Description
EventPropertyCollection()

一個專門用於事件屬性的名稱物件集合(字典)。

屬性

名稱 Description
Count

一個專門用於事件屬性的名稱物件集合(字典)。

Item[Int32]

一個專門用於事件屬性的名稱物件集合(字典)。

Item[String]

一個專門用於事件屬性的名稱物件集合(字典)。

方法

名稱 Description
CopyTo(EventProperty[], Int32)

一個專門用於事件屬性的名稱物件集合(字典)。

GetEnumerator()

一個專門用於事件屬性的名稱物件集合(字典)。

明確介面實作

名稱 Description
ICollection.CopyTo(Array, Int32)

一個專門用於事件屬性的名稱物件集合(字典)。

ICollection.IsSynchronized

一個專門用於事件屬性的名稱物件集合(字典)。

ICollection.SyncRoot

一個專門用於事件屬性的名稱物件集合(字典)。

IEnumerable.GetEnumerator()

一個專門用於事件屬性的名稱物件集合(字典)。

適用於