Condividi tramite


Classe EventPropertyCollection

The EventPropertyCollection object represents the properties of event objects.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..EventPropertyCollection

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class EventPropertyCollection _
    Implements ICollection, IEnumerable(Of EventProperty),  _
    IEnumerable
'Utilizzo
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

Nel tipo EventPropertyCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of EventProperty objects in the EventPropertyCollection object.
Proprietà pubblica Item[ ( [ ( Int32] ) ] ) Gets the EventProperty object at the specified index position.
Proprietà pubblica Item[ ( [ ( String] ) ] ) Gets the EventProperty object that has the specified name.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CopyTo Copies the collection objects to a one-dimensional array starting at the specified index value.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetEnumerator Gets an enumerator that can iterate through the list of objects.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICollection. . :: . .CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable. . :: . .GetEnumerator Returns an IEnumerator interface that permits iteration through a collection.
Implementazione esplicita dell'interfacciaProprietà privata ICollection. . :: . .IsSynchronized Indicates if the Event Property Collection is synchronized (locked) for read and update.
Implementazione esplicita dell'interfacciaProprietà privata ICollection. . :: . .SyncRoot Returns an object that can be used to synchronize access to the ICollection.

In alto

Osservazioni

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.