Interface IReadOnlySet

Represents an interface to an immutable set.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Interface IReadOnlySet _
    Inherits IReadOnlyCollection, IEnumerable
'Utilisation
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

Le type IReadOnlySet expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of items that are contained in the collection. (hérité de IReadOnlyCollection.)

Haut de la page

Méthodes

  Nom Description
Méthode publique GetEnumerator (hérité de IEnumerable.)
Méthode publique IsProperSubsetOf Checks if this set is a subset of another set, but differs from it.
Méthode publique IsProperSupersetOf Checks if this set is a superset of another set, but differs from it.
Méthode publique IsSubsetOf Checks if this set is a subset of another set.
Méthode publique IsSupersetOf Checks if this set is a superset of another set.
Méthode publique Overlaps Checks if this set has any elements in common with another set.
Méthode publique SetEquals Checks if this set contains the same and only the same elements as the other.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc