Właściwość PlanGuideCollection.Item (Int32)
Zwraca element z kolekcja obiektów przewodnik planu, które są identyfikowane przez całkowitą indeks Identyfikatora elementu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As PlanGuide
Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Integer
Wartość właściwości
Zobacz także