Udostępnij przez


Index.Level4Grid Property

Specifies the fourth level of decomposition for a geometry data type.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Level4Grid As SpatialGeoLevelSize
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)] 
public SpatialGeoLevelSize Level4Grid { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)] 
public:
property SpatialGeoLevelSize Level4Grid {
    SpatialGeoLevelSize get ();
    void set (SpatialGeoLevelSize value);
}
/** @property */
public SpatialGeoLevelSize get_Level4Grid ()

/** @property */
public void set_Level4Grid (SpatialGeoLevelSize value)
public function get Level4Grid () : SpatialGeoLevelSize

public function set Level4Grid (value : SpatialGeoLevelSize)

Property Value

SpatialGeoLevelSize

Remarks

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.