Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

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

.NET API 5,160,368 bytes

 CreateXmlIndexStatement

Represents the create xml index statement.

The filegroup or partition scheme. Might be null.

public bool Primary { get; set; }

Shows if Primary keyword is used.

public Identifier SecondaryXmlIndexName { get; set; }

The secondary xml index name. Optional may be null.

The secondary xml index type.

public Identifier XmlColumn { get; set; }

The xml column.