Freigeben über


IReadOnlySet-Schnittstelle

Represents an interface to an immutable set.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Interface IReadOnlySet _
    Inherits IReadOnlyCollection, IEnumerable
'Usage
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

Der IReadOnlySet-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of items that are contained in the collection. (Geerbt von IReadOnlyCollection.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator (Geerbt von IEnumerable.)
Öffentliche Methode IsProperSubsetOf Checks if this set is a subset of another set, but differs from it.
Öffentliche Methode IsProperSupersetOf Checks if this set is a superset of another set, but differs from it.
Öffentliche Methode IsSubsetOf Checks if this set is a subset of another set.
Öffentliche Methode IsSupersetOf Checks if this set is a superset of another set.
Öffentliche Methode Overlaps Checks if this set has any elements in common with another set.
Öffentliche Methode SetEquals Checks if this set contains the same and only the same elements as the other.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace