FullTextIndex.Parent 属性

Gets the Table object that is the parent of the FullTextIndex object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
Public Property Parent As TableViewBase 
    Get 
    Set
用法
Dim instance As FullTextIndex 
Dim value As TableViewBase 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("View")]
[SfcParentAttribute("Table")]
public TableViewBase Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"View")]
[SfcParentAttribute(L"Table")]
public:
property TableViewBase^ Parent {
    TableViewBase^ get ();
    void set (TableViewBase^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("View")>]
[<SfcParentAttribute("Table")>]
member Parent : TableViewBase with get, set
function get Parent () : TableViewBase 
function set Parent (value : TableViewBase)

属性值

类型:Microsoft.SqlServer.Management.Smo.TableViewBase
A Table object that owns the FullTextIndex object.

示例

实现全文搜索

请参阅

参考

FullTextIndex 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

全文搜索概述

CREATE FULLTEXT INDEX (Transact-SQL)