Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System.String
The name of the FullTextStopList object to return.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.FullTextStopList
The FullTextStopList object that has the specified name from the collection.