フルテキスト関数の種類を取得または設定します。
名前空間: 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
フルテキスト関数の種類。