Développer Réduire
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Propriété Index.Level4Grid

SQL Server 2012

Gets or sets the fourth level of decomposition for a geometry data type.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public SpatialGeoLevelSize Level4Grid { get; set; }

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.SpatialGeoLevelSize
The fourth level of decomposition for a geometry data type.

The index-creation process decomposes the space into a four-level grid hierarchy. These levels are referred to as level 1 (the top level), level 2, level 3, and level 4.

Each successive level further decomposes the level above it, so each upper-level cell contains a complete grid at the next level. On a given level, all the grids have the same number of cells along both axes (for example, 4x4 or 8x8), and the cells are all one size.

This property cannot be modified by using the Alter method. To change the property, the index must be rebuilt or re-created.

Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.