Właściwość Item (Int32)
Pobiera Table obiektu kolekcja według numeru indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As Table
Get
'Użycie
Dim instance As TableCollection
Dim index As Integer
Dim value As Table
value = instance(index)
public Table this[
int index
] { get; }
public:
property Table^ default[int index] {
Table^ get (int index);
}
member Item : Table
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Typ: System. . :: . .Int32
Int32 Wartość, która określa położenie Table obiekt w TableCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .Table
A Table wartość obiektu, który reprezentuje tabela.
Zobacz także