FullTextIndexColumnCollection.Parent プロパティ

FullTextIndexColumnCollection オブジェクトの親である FullTextIndex オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property Parent As FullTextIndex 
    Get
'使用
Dim instance As FullTextIndexColumnCollection 
Dim value As FullTextIndex 

value = instance.Parent
public FullTextIndex Parent { get; }
public:
property FullTextIndex^ Parent {
    FullTextIndex^ get ();
}
member Parent : FullTextIndex
function get Parent () : FullTextIndex

プロパティ値

型: Microsoft.SqlServer.Management.Smo.FullTextIndex
FullTextIndexColumnCollection オブジェクトの親である FullTextIndex オブジェクトです。

使用例

コレクションの使用

関連項目

参照

FullTextIndexColumnCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間