Свойство StoredProcedureCollection.Item (Int32)
Gets a StoredProcedure 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 StoredProcedure
Get
'Применение
Dim instance As StoredProcedureCollection
Dim index As Integer
Dim value As StoredProcedure
value = instance(index)
public StoredProcedure this[
int index
] { get; }
public:
property StoredProcedure^ default[int index] {
StoredProcedure^ get (int index);
}
member Item : StoredProcedure
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип: System.Int32
An Int32 value that specifies the position of the StoredProcedure object in the StoredProcedureCollection collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.StoredProcedure
A StoredProcedure object value that represents the stored procedure.