Udostępnij za pośrednictwem


Właściwość TableCollection.Item (String)

Pobiera Table obiektu kolekcja według nazwy.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As Table
    Get
'Użycie
Dim instance As TableCollection
Dim name As String
Dim value As Table

value = instance(name)
public Table this[
    string name
] { get; }
public:
property Table^ default[String^ name] {
    Table^ get (String^ name);
}
member Item : Table
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.Table
A Table wartość obiektu, który reprezentuje tabela.