Classe UrnCollection

The UrnCollection class represents a collection of Urn objects that represent Uniform Resource Name (URN) addresses.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..UrnCollection

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Class UrnCollection _
    Implements IList(Of Urn), ICollection(Of Urn),  _
    IEnumerable(Of Urn), IEnumerable
'Uso
Dim instance As UrnCollection
public class UrnCollection : IList<Urn>, 
    ICollection<Urn>, IEnumerable<Urn>, IEnumerable
public ref class UrnCollection : IList<Urn^>, 
    ICollection<Urn^>, IEnumerable<Urn^>, IEnumerable
type UrnCollection =  
    class
        interface IList<Urn>
        interface ICollection<Urn>
        interface IEnumerable<Urn>
        interface IEnumerable
    end
public class UrnCollection implements IList<Urn>, ICollection<Urn>, IEnumerable<Urn>, IEnumerable

O tipo UrnCollection expõe os membros a seguir.

Construtores

  Nome Descrição
Método público UrnCollection Initializes a new instance of the UrnCollection class.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of Urns in a Urn Collection.
Propriedade pública Item Gets a Urn object in the collection by index number.

Início

Métodos

  Nome Descrição
Método público Add Adds a URN to a URN collection.
Método público AddRange Adds the elements of the specified collection to the end of the list.
Método público Clear Removes all elements from the collection.
Método público Contains Specifies if a URN collection contains a URN.
Método público CopyTo Copies members of the collection to an array, starting at the specified index of the array.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Returns a generic IEnumerator interface.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público IndexOf Gets the index of a specified URN from a collection.
Método público Insert Inserts a URN at a specified index of a URN collection.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Remove Removes a specified URN from a collection.
Método público RemoveAt Removes a URN from a collection based on the index of the URN.
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator Gets a non-generic enumerator.
Implementações de interfaces explícitasPropriedade privada ICollection< (Of < <' (Urn> ) > > ). . :: . .IsReadOnly Gets a Boolean indicating whether the collection is read-only.

Início

Comentários

A UrnCollection object can be used to gain access to a set of URN addresses. You can use the Item property to return a specific Urn object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Outros recursos