Langue

SqlGeography.STUnion(SqlGeography) Méthode

Définition

Retourne un objet représentant l’union d’une SqlGeography instance avec une autre SqlGeography instance.

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

Paramètres

other
SqlGeography

Instance SqlGeography pour former une union avec l’instance sur laquelle STUnion(SqlGeography) est appelée.

Retours

Objet SqlGeography représentant l’union des SqlGeography objets.

Attributs

S’applique à