Partager via


SqlGeography.STSymDifference, méthode (SqlGeography)

 

Retourne un objet qui représente tous les points qui sont dans une instance SqlGeography ou dans une autre instance SqlGeography, mais pas ceux qui se trouvent dans les deux instances.

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

Syntaxe

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

Paramètres

Valeur de retour

Type: Microsoft.SqlServer.Types.SqlGeography

Instance SqlGeography qui contient tous les points uniques au SqlGeography appelant et au SqlGeography spécifié.

Notes

Cette méthode retourne toujours Null si les ID de référence spatiaux (SRID) des instances SqlGeography ne correspondent pas.

Voir aussi

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

Retour au début