Classe EventPropertyCollection
The EventPropertyCollection object represents the properties of event objects.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Smo.EventPropertyCollection
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public NotInheritable Class EventPropertyCollection _
Implements ICollection, IEnumerable(Of EventProperty), _
IEnumerable
'Utilisation
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
Le type EventPropertyCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CopyTo | Copies the collection objects to a one-dimensional array starting at the specified index value. | |
Equals | (hérité de Object.) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
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 | Gets a value that indicates whether 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. |
Haut de la page
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Exemples
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.