Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

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

.NET API 5,157,296 bytes

 CreateFullTextCatalogStatement

Represents CREATE FULLTEXT CATALOG statement
public Identifier FileGroup { get; set; }

Optional filegroup which the new catalog with be part

public bool IsDefault { get; set; }

True if AS DEFAULT was specified

public Identifier Owner { get; set; }

Owner of the object (optional, can be null)

public Literal Path { get; set; }

Optional root directory for the catalog