SqlGeometry.STGeometryN(Int32) Método

Definición

Devuelve el objeto especificado SqlGeometry en una SqlGeometry colección.

[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

Parámetros

n
Int32

Expresión int entre 1 y el número de instancias de SqlGeometry la SqlGeometry colección que especifica la instancia que se va a devolver.

Devoluciones

especificado SqlGeometry por n.

Atributos

Se aplica a