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
구현

생성자

Name Description
EventPropertyCollection()

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

속성

Name Description
Count

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

Item[Int32]

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

Item[String]

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

메서드

Name Description
CopyTo(EventProperty[], Int32)

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

GetEnumerator()

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

명시적 인터페이스 구현

Name Description
ICollection.CopyTo(Array, Int32)

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

ICollection.IsSynchronized

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

ICollection.SyncRoot

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

IEnumerable.GetEnumerator()

이벤트 속성에 사용되는 특수화된 이름 개체 컬렉션(사전)입니다.

적용 대상