UrnCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
ArrayList de objetos 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)
- Herencia
-
UrnCollection
- Implementaciones
Constructores
| Nombre | Description |
|---|---|
| UrnCollection() |
ArrayList de objetos Urn |
Propiedades
| Nombre | Description |
|---|---|
| Count |
ArrayList de objetos Urn |
| Item[Int32] |
ArrayList de objetos Urn |
Métodos
| Nombre | Description |
|---|---|
| Add(Urn) |
ArrayList de objetos Urn |
| AddRange(IEnumerable<Urn>) |
ArrayList de objetos Urn |
| Clear() |
ArrayList de objetos Urn |
| Contains(Urn) |
ArrayList de objetos Urn |
| CopyTo(Urn[], Int32) |
ArrayList de objetos Urn |
| GetEnumerator() |
ArrayList de objetos Urn |
| IndexOf(Urn) |
ArrayList de objetos Urn |
| Insert(Int32, Urn) |
ArrayList de objetos Urn |
| Remove(Urn) |
ArrayList de objetos Urn |
| RemoveAt(Int32) |
ArrayList de objetos Urn |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| ICollection<Urn>.IsReadOnly |
ArrayList de objetos Urn |
| IEnumerable.GetEnumerator() |
ArrayList de objetos Urn |