Поделиться через


Свойство Item (Int32)

Gets a User object in the collection by index number.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.SqlServer.Management.Smo. . :: . .User
A User object value that represents the database user.