Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8919.0" />

.NET API 5,156,896 bytes

 CreateFullTextIndexStatement

Represents the create fulltext index statement.

Specifies the name of the fulltext catalog and/or filegroup. Optional may be null.

The columns.

public Identifier KeyIndexName { get; set; }

The name of the key index.

public SchemaObjectName OnName { get; set; }

The name table the fulltext index is on.

Optional CHANGE_TRACKING and STOPLIST options.