CreateFullTextIndexStatement.FullTextIndexColumns プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property FullTextIndexColumns As IList(Of FullTextIndexColumn)
'使用
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 ();
}
public function get FullTextIndexColumns () : IList<FullTextIndexColumn>

プロパティ値

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

参照

参照

CreateFullTextIndexStatement クラス

CreateFullTextIndexStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間