SqlGeometry.STUnion(SqlGeometry) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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