Index.Level1Grid プロパティ

geometry データ型の最初のレベルの分解を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property Level1Grid As SpatialGeoLevelSize 
    Get 
    Set
'使用
Dim instance As Index 
Dim value As SpatialGeoLevelSize 

value = instance.Level1Grid

instance.Level1Grid = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public SpatialGeoLevelSize Level1Grid { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property SpatialGeoLevelSize Level1Grid {
    SpatialGeoLevelSize get ();
    void set (SpatialGeoLevelSize value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member Level1Grid : SpatialGeoLevelSize with get, set
function get Level1Grid () : SpatialGeoLevelSize 
function set Level1Grid (value : SpatialGeoLevelSize)

プロパティ値

型: Microsoft.SqlServer.Management.Smo.SpatialGeoLevelSize
geometry データ型の最初のレベルの分解です。

説明

このインデックス作成プロセスでは、空間が 4 つのレベルから成るグリッド階層に分解されます。 これらのレベルはそれぞれ、レベル 1 (最上位レベル)、レベル 2、レベル 3、およびレベル 4 と呼ばれます。

各レベルでは、1 つ上のレベルがさらに分解されます。したがって、上のレベルのセルに次のレベルの完全なグリッドが含まれます。 特定のレベルのすべてのグリッドは、両方の軸に沿って同じ数のセルを持ちます (4 × 4、8 × 8 など)。それらのセルのサイズはすべて同じです。

このプロパティは、Alter メソッドを使用して変更することはできません。 このプロパティを変更するには、インデックスの再構築または再作成が必要です。

関連項目

参照

Index クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

空間インデックスの概要