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