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


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

Gets a UserDefinedType 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 UserDefinedType
    Get
'Применение
Dim instance As UserDefinedTypeCollection
Dim index As Integer
Dim value As UserDefinedType

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

Параметры

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

Тип: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedType
A UserDefinedType object value that represents the alias data type.