Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

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

.NET API 5,151,112 bytes

 CreateSpatialIndexStatement

Represents the Create Spatial Index statement.
public Identifier Name { get; set; }

Represents the name.

public SchemaObjectName Object { get; set; }

Represents the object.

The name of the filegroup, can be a Literal of type string or an Identifier. Optional may be null.

public Identifier SpatialColumnName { get; set; }

Represents the spatial column name.

Represents the spatial index scheme.

Represents the list of spatial index parameters.