Langue

SqlGeometry.STGeometryN(Int32) Méthode

Définition

Retourne la valeur spécifiée SqlGeometry dans une SqlGeometry collection.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeometry STGeometryN(int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STGeometryN : int -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STGeometryN (n As Integer) As SqlGeometry

Paramètres

n
Int32

Expression int comprise entre 1 et le nombre d’instances de SqlGeometry la SqlGeometry collection qui spécifie l’instance à retourner.

Retours

Spécifié SqlGeometry par n.

Attributs

S’applique à