IPAddressPropertyCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La classe IPAddressPropertyCollection représente une collection d'objets IPAddressProperty qui représentent tous les attributs de l'adresse IP définis sur l'objet parent.
public ref class IPAddressPropertyCollection sealed : Microsoft::SqlServer::Management::Smo::Wmi::ProtocolPropertyCollection
public sealed class IPAddressPropertyCollection : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
type IPAddressPropertyCollection = class
inherit ProtocolPropertyCollection
Public NotInheritable Class IPAddressPropertyCollection
Inherits ProtocolPropertyCollection
- Héritage
Remarques
Un IPAddressPropertyCollection objet peut être utilisé pour accéder à un ensemble d’attributs de l’adresse IP.
Cohérence de thread
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.
Propriétés
Count |
Obtient le nombre d'objets ProtocolProperty dans la collection référencée. (Hérité de ProtocolPropertyCollection) |
IsSynchronized |
Obtient la valeur de la propriété Boolean qui spécifie si l'accès à la collection est synchronisé et par conséquent thread-safe. (Hérité de ProtocolPropertyCollection) |
Item[Int32] |
Obtient un objet ProtocolPropertyCollection dans la collection par numéro d’index. (Hérité de ProtocolPropertyCollection) |
Item[String] |
Obtient un objet ProtocolProperty dans la collection par nom. (Hérité de ProtocolPropertyCollection) |
SyncRoot |
Obtient un objet qui peut être utilisé pour synchroniser l’accès à la collection. (Hérité de ProtocolPropertyCollection) |
Méthodes
Contains(String) |
Vérifie si la valeur de clé spécifiée existe dans la collection. (Hérité de ProtocolPropertyCollection) |
CopyTo(ProtocolProperty[], Int32) |
Copie les objets de la collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée. (Hérité de ProtocolPropertyCollection) |
GetEnumerator() |
Retourne une interface IEnumerator qui vous permet de parcourir les objets dans la collection. (Hérité de ProtocolPropertyCollection) |
Implémentations d’interfaces explicites
ICollection.CopyTo(Array, Int32) |
Copie les objets de la collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée. (Hérité de ProtocolPropertyCollection) |