SqlGeography.STWithin(SqlGeography) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce 1 se un'istanza SqlGeography è spaziale all'interno di un'altra SqlGeography istanza. In caso contrario, restituisce 0.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STWithin(Microsoft.SqlServer.Types.SqlGeography other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STWithin : Microsoft.SqlServer.Types.SqlGeography -> System.Data.SqlTypes.SqlBoolean
Public Function STWithin (other As SqlGeography) As SqlBoolean
Parametri
- other
- SqlGeography
SqlGeography Istanza da confrontare con l'istanza chiamante.
Valori restituiti
1 se è SqlGeography all'interno dell'altra SqlGeography istanza.
- Attributi