Свойство UrnCollection.Item

Gets a Urn object in the collection by index number.

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

Синтаксис

'Декларация
Public Default Property Item ( _
    index As Integer _
) As Urn 
    Get 
    Set
'Применение
Dim instance As UrnCollection 
Dim index As Integer 
Dim value As Urn 

value = instance(index)

instance(index) = value
public Urn this[
    int index
] { get; set; }
public:
virtual property Urn^ default[int index] {
    Urn^ get (int index) sealed;
    void set (int index, Urn^ value) sealed;
}
abstract Item : Urn with get, set 
override Item : Urn with get, set
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • index
    Тип: System.Int32
    An Int32 value that specifies the position of the [T:T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn] object in the UrnCollection collection.

Значение свойства

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that represents the Uniform Resource Name (URN) address.

Реализует

IList<T>.Item[Int32]

Примеры

Использование коллекций

См. также

Справочник

UrnCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo