次の方法で共有


CreateFullTextIndexStatement.FullTextIndexColumns プロパティ

列を取得または設定します。

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

構文

'宣言
Public ReadOnly Property FullTextIndexColumns As IList(Of FullTextIndexColumn)
    Get
'使用
Dim instance As CreateFullTextIndexStatement 
Dim value As IList(Of FullTextIndexColumn)

value = instance.FullTextIndexColumns
public IList<FullTextIndexColumn> FullTextIndexColumns { get; }
public:
property IList<FullTextIndexColumn^>^ FullTextIndexColumns {
    IList<FullTextIndexColumn^>^ get ();
}
member FullTextIndexColumns : IList<FullTextIndexColumn>
function get FullTextIndexColumns () : IList<FullTextIndexColumn>

プロパティ値

型: System.Collections.Generic.IList<FullTextIndexColumn>
列。

関連項目

参照

CreateFullTextIndexStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間