Właściwość IndexedColumnCollection.Item (Int32)
Pobiera IndexedColumn obiektu kolekcja według numeru indeksu.
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 IndexedColumn
Get
'Użycie
Dim instance As IndexedColumnCollection
Dim index As Integer
Dim value As IndexedColumn
value = instance(index)
public IndexedColumn this[
int index
] { get; }
public:
property IndexedColumn^ default[int index] {
IndexedColumn^ get (int index);
}
member Item : IndexedColumn
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Int32 Wartość, która określa położenie IndexedColumn obiekt w IndexedColumnCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.IndexedColumn
IndexedColumn Wartość obiektu, który reprezentuje kolumna indeksowanej.
Zobacz także