次の方法で共有


TableViewBase.FullTextIndex プロパティ

テーブルまたはビュー上のフルテキスト インデックスを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)> _
Public ReadOnly Property FullTextIndex As FullTextIndex 
    Get
'使用
Dim instance As TableViewBase 
Dim value As FullTextIndex 

value = instance.FullTextIndex
[SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)]
public FullTextIndex FullTextIndex { get; }
[SfcObjectAttribute(SfcObjectRelationship::ChildObject, SfcObjectCardinality::ZeroToOne)]
public:
property FullTextIndex^ FullTextIndex {
    FullTextIndex^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)>]
member FullTextIndex : FullTextIndex
function get FullTextIndex () : FullTextIndex

プロパティ値

型: Microsoft.SqlServer.Management.Smo.FullTextIndex
テーブルまたはビュー上のフルテキスト インデックスを表す FullTextIndex オブジェクト。

使用例

データベース オブジェクトでの作業

関連項目

参照

TableViewBase クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

テーブル

ビュー

CREATE TABLE (Transact-SQL)

CREATE VIEW (Transact-SQL)