Index.IsSpatialIndex 属性

Gets a value that indicates whether an index is a spatial index.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsSpatialIndex As Boolean 
    Get
用法
Dim instance As Index 
Dim value As Boolean 

value = instance.IsSpatialIndex
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsSpatialIndex { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsSpatialIndex {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsSpatialIndex : bool
function get IsSpatialIndex () : boolean

属性值

类型:System.Boolean
true if an index is a spatial index; otherwise, false.

请参阅

参考

Index 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

空间索引概述