Gets or sets the spatial index scheme.
命名空間: 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
The spatial index scheme.