Поделиться через


Класс EventPropertyCollection

The EventPropertyCollection object represents the properties of event objects.

Иерархия наследования

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 Gets the number of EventProperty objects in the EventPropertyCollection object.
Открытое свойство Item[ ( [ ( Int32] ) ] ) Gets the EventProperty object at the specified index position.
Открытое свойство Item[ ( [ ( String] ) ] ) Gets the EventProperty object that has the specified name.

В начало

Методы

  Имя Описание
Открытый метод CopyTo Copies the collection objects to a one-dimensional array starting at the specified index value.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator Gets an enumerator that can iterate through the list of objects.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICollection. . :: . .CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator Returns an IEnumerator interface that permits iteration through a collection.
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .IsSynchronized Indicates if the Event Property Collection is synchronized (locked) for read and update.
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .SyncRoot Returns an object that can be used to synchronize access to the ICollection.

В начало

Замечания

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.