Compartir a través de


Interfaz IReadOnlySet

Represents an interface to an immutable set.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Interface IReadOnlySet _
    Inherits IReadOnlyCollection, IEnumerable
'Uso
Dim instance As IReadOnlySet
public interface IReadOnlySet : IReadOnlyCollection, 
    IEnumerable
public interface class IReadOnlySet : IReadOnlyCollection, 
    IEnumerable
type IReadOnlySet =  
    interface 
        interface IReadOnlyCollection 
        interface IEnumerable 
    end
public interface IReadOnlySet extends IReadOnlyCollection, IEnumerable

El tipo IReadOnlySet expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of items that are contained in the collection. (Se hereda de IReadOnlyCollection.)

Arriba

Métodos

  Nombre Descripción
Método público GetEnumerator (Se hereda de IEnumerable.)
Método público IsProperSubsetOf Checks if this set is a subset of another set, but differs from it.
Método público IsProperSupersetOf Checks if this set is a superset of another set, but differs from it.
Método público IsSubsetOf Checks if this set is a subset of another set.
Método público IsSupersetOf Checks if this set is a superset of another set.
Método público Overlaps Checks if this set has any elements in common with another set.
Método público SetEquals Checks if this set contains the same and only the same elements as the other.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc