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 命名空间