共用方式為


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 命名空間