Свойство DefaultFullTextLanguage
Возвращает объект ConfigProperty, который используется для задания параметра конфигурации языка полнотекстового поиска по умолчанию.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property DefaultFullTextLanguage As ConfigProperty
Get
'Применение
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.DefaultFullTextLanguage
public ConfigProperty DefaultFullTextLanguage { get; }
public:
property ConfigProperty^ DefaultFullTextLanguage {
ConfigProperty^ get ();
}
member DefaultFullTextLanguage : ConfigProperty
function get DefaultFullTextLanguage () : ConfigProperty
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Объект ConfigProperty, который задает настройки для параметра конфигурации, определяющего язык полнотекстового поиска по умолчанию.
Замечания
This property specifies the language for full-text indexed columns. Linguistic analysis is performed on all data that is full-text indexed and is dependant on the language of the data. The default value of this option is the language of the server.
См. также