SqlGeometry.STPointN(Int32) 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 un punto specificato in un'istanza SqlGeometry di .
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeometry STPointN(int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STPointN : int -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STPointN (n As Integer) As SqlGeometry
Parametri
- n
- Int32
Espressione int compresa tra 1 e il numero di punti nell'istanza SqlGeometry .
Valori restituiti
Oggetto SqlGeometry che rappresenta il punto specificato nell'istanza chiamante.
- Attributi