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