Класс UrnCollection

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

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Class UrnCollection _
    Implements IList(Of Urn), ICollection(Of Urn),  _
    IEnumerable(Of Urn), IEnumerable
'Применение
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

Тип UrnCollection обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод UrnCollection Initializes a new instance of the UrnCollection class.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of Urns in a Urn Collection.
Открытое свойство Item Gets a Urn object in the collection by index number.

В начало

Методы

  Имя Описание
Открытый метод Add Adds a URN to a URN collection.
Открытый метод AddRange Adds the elements of the specified collection to the end of the list.
Открытый метод Clear Removes all elements from the collection.
Открытый метод Contains Specifies if a URN collection contains a URN.
Открытый метод CopyTo Copies members of the collection to an array, starting at the specified index of the array.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator Returns a generic IEnumerator interface.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод IndexOf Gets the index of a specified URN from a collection.
Открытый метод Insert Inserts a URN at a specified index of a URN collection.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Remove Removes a specified URN from a collection.
Открытый метод RemoveAt Removes a URN from a collection based on the index of the URN.
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator Gets a non-generic enumerator.
Явная реализация интерфейсаЗакрытое свойство ICollection< (Of < <' (Urn> ) > > ). . :: . .IsReadOnly Gets a Boolean indicating whether the collection is read-only.

В начало

Замечания

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

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.