名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public ReadOnly Property Columns As IList(Of FullTextIndexColumn)
'使用
Dim instance As AddAlterFullTextIndexAction
Dim value As IList(Of FullTextIndexColumn)
value = instance.Columns
public IList<FullTextIndexColumn> Columns { get; }
public:
property IList<FullTextIndexColumn^>^ Columns {
IList<FullTextIndexColumn^>^ get ();
}
public function get Columns () : IList<FullTextIndexColumn>
プロパティ値
型 : System.Collections.Generic.IList<FullTextIndexColumn>
参照
参照
AddAlterFullTextIndexAction クラス