共用方式為


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