Compartir a través de


Interfaz IReadOnlyCollection

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

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Interface IReadOnlyCollection _
    Inherits IEnumerable
'Uso
Dim instance As IReadOnlyCollection
public interface IReadOnlyCollection : IEnumerable
public interface class IReadOnlyCollection : IEnumerable
type IReadOnlyCollection =  
    interface 
        interface IEnumerable 
    end
public interface IReadOnlyCollection extends IEnumerable

El tipo IReadOnlyCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of items that are contained in the collection.

Arriba

Métodos

  Nombre Descripción
Método público GetEnumerator (Se hereda de IEnumerable.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc