Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines properties and methods for the non-generic read-only collections.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Interface IReadOnlyCollection _
Inherits IEnumerable
'Usage
Dim instance As IReadOnlyCollection
public interface IReadOnlyCollection : IEnumerable
public interface class IReadOnlyCollection : IEnumerable
type IReadOnlyCollection =
interface
interface IEnumerable
end
public interface IReadOnlyCollection extends IEnumerable
Der IReadOnlyCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Count | Gets the number of items that are contained in the collection. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
GetEnumerator | (Geerbt von IEnumerable.) |
Zum Anfang
.gif)
.gif)