SqlGeometry.STUnion(SqlGeometry) Método

Definición

Devuelve un objeto que representa la unión de una SqlGeometry instancia con otra SqlGeometry instancia.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STUnion(Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STUnion : Microsoft.SqlServer.Types.SqlGeometry -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STUnion (other As SqlGeometry) As SqlGeometry

Parámetros

other
SqlGeometry

Instancia SqlGeometry que se va a combinar con el objeto actual SqlGeometry.

Devoluciones

Objeto SqlGeometry que representa la unión de la llamada SqlGeometry y el objeto especificado SqlGeometry.

Atributos

Se aplica a