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 オブジェクト。