共用方式為


IReadOnlyCollection 介面

Defines properties and methods for the non-generic read-only collections.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Interface IReadOnlyCollection _
    Inherits IEnumerable
'用途
Dim instance As IReadOnlyCollection
public interface IReadOnlyCollection : IEnumerable
public interface class IReadOnlyCollection : IEnumerable
type IReadOnlyCollection =  
    interface 
        interface IEnumerable 
    end
public interface IReadOnlyCollection extends IEnumerable

IReadOnlyCollection 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count Gets the number of items that are contained in the collection.

上層

方法

  名稱 說明
公用方法 GetEnumerator (繼承自 IEnumerable。)

上層

請參閱

參考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間