Index.IsSpatialIndex Property
Specifies if an index is a Spatial Index
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property IsSpatialIndex As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
Boolean
See Also