다음을 통해 공유


EventPropertyCollection Members

The EventPropertyCollection object represents the properties of event objects.

The following tables list the members exposed by the EventPropertyCollection type.

Public Properties

  이름 Description
ms219561.pubproperty(ko-kr,SQL.90).gif Count Gets the number of EventProperty objects in the EventPropertyCollection object.
ms219561.pubproperty(ko-kr,SQL.90).gif Item Overloaded.  

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms219561.pubmethod(ko-kr,SQL.90).gif CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
ms219561.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219561.pubmethod(ko-kr,SQL.90).gif GetEnumerator Gets an enumerator that can iterate through the list of objects.This method is not CLS-compliant.
ms219561.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms219561.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms219561.pubmethod(ko-kr,SQL.90).gifms219561.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219561.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms219561.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms219561.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

Explicit Interface Implementations

  이름 Description
System.Collections.ICollection.CopyTo  
System.Collections.IEnumerable.GetEnumerator  
System.Collections.ICollection.IsSynchronized  
System.Collections.ICollection.SyncRoot  

위쪽

참고 항목

참조

EventPropertyCollection Class
Microsoft.SqlServer.Management.Smo Namespace

관련 자료

Using Collections