Поделиться через


FullTextPredicate.FullTextFunctionType - свойство

Получает или задает тип полнотекстовой функции.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
Public Property FullTextFunctionType As FullTextFunctionType
    Get
    Set
public FullTextFunctionType FullTextFunctionType { get; set; }
public:
property FullTextFunctionType FullTextFunctionType {
    FullTextFunctionType get ();
    void set (FullTextFunctionType value);
}
member FullTextFunctionType : FullTextFunctionType with get, set
function get FullTextFunctionType () : FullTextFunctionType
function set FullTextFunctionType (value : FullTextFunctionType)

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

Тип: Microsoft.Data.Schema.ScriptDom.Sql.FullTextFunctionType

Безопасность платформы .NET Framework

См. также

Ссылки

FullTextPredicate Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен