次の方法で共有


CreateSpatialIndexStatement.SpatialIndexingScheme プロパティ

空間インデックスのスキームを取得または設定します。

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

構文

'宣言
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType 
    Get 
    Set
'使用
Dim instance As CreateSpatialIndexStatement 
Dim value As SpatialIndexingSchemeType 

value = instance.SpatialIndexingScheme

instance.SpatialIndexingScheme = value
public SpatialIndexingSchemeType SpatialIndexingScheme { get; set; }
public:
property SpatialIndexingSchemeType SpatialIndexingScheme {
    SpatialIndexingSchemeType get ();
    void set (SpatialIndexingSchemeType value);
}
member SpatialIndexingScheme : SpatialIndexingSchemeType with get, set
function get SpatialIndexingScheme () : SpatialIndexingSchemeType 
function set SpatialIndexingScheme (value : SpatialIndexingSchemeType)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.SpatialIndexingSchemeType
空間インデックスのスキーム。

関連項目

参照

CreateSpatialIndexStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間