UrnCollection Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
ArrayList di oggetti 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)
- Ereditarietà
-
UrnCollection
- Implementazioni
Costruttori
| Nome | Descrizione |
|---|---|
| UrnCollection() |
ArrayList di oggetti Urn |
Proprietà
| Nome | Descrizione |
|---|---|
| Count |
ArrayList di oggetti Urn |
| Item[Int32] |
ArrayList di oggetti Urn |
Metodi
| Nome | Descrizione |
|---|---|
| Add(Urn) |
ArrayList di oggetti Urn |
| AddRange(IEnumerable<Urn>) |
ArrayList di oggetti Urn |
| Clear() |
ArrayList di oggetti Urn |
| Contains(Urn) |
ArrayList di oggetti Urn |
| CopyTo(Urn[], Int32) |
ArrayList di oggetti Urn |
| GetEnumerator() |
ArrayList di oggetti Urn |
| IndexOf(Urn) |
ArrayList di oggetti Urn |
| Insert(Int32, Urn) |
ArrayList di oggetti Urn |
| Remove(Urn) |
ArrayList di oggetti Urn |
| RemoveAt(Int32) |
ArrayList di oggetti Urn |
Implementazioni dell'interfaccia esplicita
| Nome | Descrizione |
|---|---|
| ICollection<Urn>.IsReadOnly |
ArrayList di oggetti Urn |
| IEnumerable.GetEnumerator() |
ArrayList di oggetti Urn |