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


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

Returns an item from a collection of plan guide objects that are identified by the integer ID index of the item.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.SqlServer.Management.Smo. . :: . .PlanGuide
PlanGuide