CreateFullTextIndexStatement public class CreateFullTextIndexStatement : TSqlStatement Documentation public FullTextCatalogAndFileGroup CatalogAndFileGroup { get; set; } public IList<FullTextIndexColumn> FullTextIndexColumns { get; } public Identifier KeyIndexName { get; set; } public SchemaObjectName OnName { get; set; } public IList<FullTextIndexOption> Options { get; } public CreateFullTextIndexStatement()