Compartir a través de


Clase ClientProtocolCollection

The ClientProtocolCollection class represents a collection of ClientProtocol objects that represent all the client protocols defined on the parent object.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase
    Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public NotInheritable Class ClientProtocolCollection _
    Inherits WmiCollectionBase _
    Implements ICollection, IEnumerable
'Uso
Dim instance As ClientProtocolCollection
public sealed class ClientProtocolCollection : WmiCollectionBase, 
    ICollection, IEnumerable
public ref class ClientProtocolCollection sealed : public WmiCollectionBase, 
    ICollection, IEnumerable
[<SealedAttribute>]
type ClientProtocolCollection =  
    class 
        inherit WmiCollectionBase 
        interface ICollection 
        interface IEnumerable 
    end
public final class ClientProtocolCollection extends WmiCollectionBase implements ICollection, IEnumerable

El tipo ClientProtocolCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of ClientProtocol objects in the referenced collection.
Propiedad pública IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized (thread safe). (Se hereda de WmiCollectionBase.)
Propiedad pública Item[Int32] Gets a ClientProtocol object in the collection by index number.
Propiedad pública Item[String] Gets a ClientProtocol object in the collection by name.
Propiedad pública Parent Gets the ManagedComputer object that is the parent of the ClientProtocolCollection object.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Se hereda de WmiCollectionBase.)

Arriba

Métodos

  Nombre Descripción
Método público Contains Checks whether the specified key value exists in the collection.
Método público CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
Método público Equals (Se hereda de Object.)
Método público GetEnumerator Gets an enumerator that can iterate through the list of objects.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido initialized Defines a boolean method that initializes the collection of objects in the Windows Management Instrumentation (WMI) object preference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de WmiCollectionBase.)
Campo protegido innerColl Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada. (Se hereda de WmiCollectionBase.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.

Arriba

Comentarios

A ClientProtocolCollection object can be used to gain access to a set of client protocols. You can use the Item property to return a specific ClientProtocol object.

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Ejemplos

Usar colecciones

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi