Langue

SqlGeography.STGeometryN(Int32) Méthode

Définition

Retourne un élément geography spécifié dans geometryCollection ou l’un de ses sous-types.

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

Paramètres

n
Int32

Expression int comprise entre 1 et le nombre d’instances SqlGeography dans GeometryCollection.

Retours

Élément SqlGeography de l’instance spécifiée dans GeometryCollection.

Attributs

S’applique à