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


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

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

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

Параметры

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

Тип Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunction
A UserDefinedFunction object value that represents the user-defined function.