SqlGeography.STIsValid Metodo

Definizione

Specifica se un'istanza geography è ben formata e riconosciuta come oggetto geografico valido in base al tipo OGC (Open Geospatial Consortium).

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STIsValid();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIsValid : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsValid () As SqlBoolean

Valori restituiti

true se l'istanza geography è ben formata e valida; in caso contrario, false.

Attributi

Si applica a