CreateFullTextIndexStatement.FullTextIndexColumns Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property FullTextIndexColumns As IList(Of FullTextIndexColumn)
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<FullTextIndexColumn>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CreateFullTextIndexStatement Class