Partager via


SqlGeography.STUnion, méthode (SqlGeography)

 

Retourne un objet qui représente l'union d'une instance SqlGeography avec une autre instance SqlGeography.

Espace de noms:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)

Syntaxe

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STUnion(
    SqlGeography other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeography^ STUnion(
    SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STUnion : 
        other:SqlGeography -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STUnion (
    other As SqlGeography
) As SqlGeography

Paramètres

Valeur de retour

Type: Microsoft.SqlServer.Types.SqlGeography

Objet SqlGeography qui représente l'union des objets SqlGeography.

Notes

Cette méthode renvoie toujours la valeur null si les identificateurs de référence spatiale (SRID) de la SqlGeography instances ne correspondent pas.

Voir aussi

SqlGeography, classe
Microsoft.SqlServer.Types, espace de noms

Retour au début