IsSpatialIndex 属性
Specifies if an index is a Spatial Index
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public ReadOnly Property IsSpatialIndex As Boolean
Get
用法
Dim instance As Index
Dim value As Boolean
value = instance.IsSpatialIndex
[SfcPropertyAttribute]
public bool IsSpatialIndex { get; }
[SfcPropertyAttribute]
public:
property bool IsSpatialIndex {
bool get ();
}
[<SfcPropertyAttribute>]
member IsSpatialIndex : bool
function get IsSpatialIndex () : boolean