IReadOnlySet 인터페이스

Represents an interface to an immutable set.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Interface IReadOnlySet _
    Inherits IReadOnlyCollection, IEnumerable
‘사용 방법
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

IReadOnlySet 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Count Gets the number of items that are contained in the collection. (IReadOnlyCollection에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 GetEnumerator (IEnumerable에서 상속됨)
공용 메서드 IsProperSubsetOf Checks if this set is a subset of another set, but differs from it.
공용 메서드 IsProperSupersetOf Checks if this set is a superset of another set, but differs from it.
공용 메서드 IsSubsetOf Checks if this set is a subset of another set.
공용 메서드 IsSupersetOf Checks if this set is a superset of another set.
공용 메서드 Overlaps Checks if this set has any elements in common with another set.
공용 메서드 SetEquals Checks if this set contains the same and only the same elements as the other.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스