CreateSpatialIndexStatement.SpatialIndexingScheme プロパティ

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

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType
'使用
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);
}
public function get SpatialIndexingScheme () : SpatialIndexingSchemeType
public function set SpatialIndexingScheme (value : SpatialIndexingSchemeType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
SpatialIndexingSchemeType 列挙値を返します。

参照

参照

CreateSpatialIndexStatement クラス

CreateSpatialIndexStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間