UrnCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
ArrayList d’objets Urn
public class UrnCollection : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>, System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>, System.Collections.Generic.IList<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>
type UrnCollection = class
interface IList<Urn>
interface ICollection<Urn>
interface seq<Urn>
interface IEnumerable
Public Class UrnCollection
Implements ICollection(Of Urn), IEnumerable(Of Urn), IList(Of Urn)
- Héritage
-
UrnCollection
- Implémente
Constructeurs
| Nom | Description |
|---|---|
| UrnCollection() |
ArrayList d’objets Urn |
Propriétés
| Nom | Description |
|---|---|
| Count |
ArrayList d’objets Urn |
| Item[Int32] |
ArrayList d’objets Urn |
Méthodes
| Nom | Description |
|---|---|
| Add(Urn) |
ArrayList d’objets Urn |
| AddRange(IEnumerable<Urn>) |
ArrayList d’objets Urn |
| Clear() |
ArrayList d’objets Urn |
| Contains(Urn) |
ArrayList d’objets Urn |
| CopyTo(Urn[], Int32) |
ArrayList d’objets Urn |
| GetEnumerator() |
ArrayList d’objets Urn |
| IndexOf(Urn) |
ArrayList d’objets Urn |
| Insert(Int32, Urn) |
ArrayList d’objets Urn |
| Remove(Urn) |
ArrayList d’objets Urn |
| RemoveAt(Int32) |
ArrayList d’objets Urn |
Implémentations d’interfaces explicites
| Nom | Description |
|---|---|
| ICollection<Urn>.IsReadOnly |
ArrayList d’objets Urn |
| IEnumerable.GetEnumerator() |
ArrayList d’objets Urn |