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.