IsSpatialIndex Propiedad
Specifies if an index is a Spatial Index
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<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 de la propiedad
Vea también