次の方法で共有


FullTextTableReference.FullTextFunctionType プロパティ

フルテキスト関数の種類を取得または設定します。

名前空間:  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
フルテキスト関数の種類。

関連項目

参照

FullTextTableReference クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間