Udostępnij przez


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

Pobiera IndexedColumn 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 IndexedColumn
    Get
'Użycie
Dim instance As IndexedColumnCollection
Dim name As String
Dim value As IndexedColumn

value = instance(name)
public IndexedColumn this[
    string name
] { get; }
public:
property IndexedColumn^ default[String^ name] {
    IndexedColumn^ get (String^ name);
}
member Item : IndexedColumn
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.IndexedColumn
IndexedColumn Wartość obiektu, który reprezentuje kolumna indeksowanej.