SqlGeometry.STUnion(SqlGeometry) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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