SqlGeometry.STUnion(SqlGeometry) Método

Definição

Retorna um objeto que representa a união de uma SqlGeometry instância com outra SqlGeometry instância.

[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

A SqlGeometry instância a ser combinada com a atual SqlGeometry.

Retornos

Um SqlGeometry objeto que representa a união da chamada SqlGeometry e do especificado SqlGeometry.

Atributos

Aplica-se a