Свойство FullTextTableReference.FullTextFunctionType

Gets or sets the full text function type.

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

Синтаксис

'Декларация
Public Property FullTextFunctionType As FullTextFunctionType 
    Get 
    Set
'Применение
Dim instance As FullTextTableReference 
Dim value As FullTextFunctionType 

value = instance.FullTextFunctionType

instance.FullTextFunctionType = value
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.SqlServer.TransactSql.ScriptDom.FullTextFunctionType
The full text function type.

См. также

Справочник

FullTextTableReference Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom