EventPropertyCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
一個專門用於事件屬性的名稱物件集合(字典)。
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() |
一個專門用於事件屬性的名稱物件集合(字典)。 |