SqlGeometry.STUnion(SqlGeometry) Metodo

Definizione

Restituisce un oggetto che rappresenta l'unione di un'istanza SqlGeometry di con un'altra SqlGeometry istanza.

[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

Parametri

other
SqlGeometry

SqlGeometry Istanza da combinare con l'oggetto correnteSqlGeometry.

Valori restituiti

Oggetto SqlGeometry che rappresenta l'unione della chiamata SqlGeometry e dell'oggetto specificato SqlGeometry.

Attributi

Si applica a