Propriedade IsSpatialIndex
Specifies if an index is a Spatial Index
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property IsSpatialIndex As Boolean
Get
'Uso
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
Valor da propriedade
Consulte também