Свойство FullTextStopListCollection.Item (String)

Gets the FullTextStopList object that has the specified name from the collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    name As String _
) As FullTextStopList 
    Get
'Применение
Dim instance As FullTextStopListCollection 
Dim name As String 
Dim value As FullTextStopList 

value = instance(name)
public FullTextStopList this[
    string name
] { get; }
public:
property FullTextStopList^ default[String^ name] {
    FullTextStopList^ get (String^ name);
}
member Item : FullTextStopList
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.FullTextStopList
The FullTextStopList object that has the specified name from the collection.

См. также

Справочник

FullTextStopListCollection Класс

Перегрузка Item

Пространство имен Microsoft.SqlServer.Management.Smo