Langue

SqlGeometry.STUnion(SqlGeometry) Méthode

Définition

Retourne un objet qui représente l’union d’une SqlGeometry instance avec une autre SqlGeometry instance.

[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

Paramètres

other
SqlGeometry

Instance SqlGeometry à combiner avec le fichier actif SqlGeometry.

Retours

Objet SqlGeometry qui représente l’union de l’appel et de l’objet SqlGeometry spécifié SqlGeometry.

Attributs

S’applique à