Udostępnij za pośrednictwem


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

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

value = instance(name)
public FullTextCatalog this[
    string name
] { get; }
public:
property FullTextCatalog^ default[String^ name] {
    FullTextCatalog^ get (String^ name);
}
member Item : FullTextCatalog
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.FullTextCatalog
A FullTextCatalog wartość obiektu, który reprezentuje wykaz pełnotekstowy.