Partager via


SqlGeography.STIntersection méthode (SqlGeography)

 

Retourne un objet qui représente les points où une instance SqlGeography entre en intersection 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 STIntersection(
    SqlGeography other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeography^ STIntersection(
    SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersection : 
        other:SqlGeography -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STIntersection (
    other As SqlGeography
) As SqlGeography

Paramètres

Valeur de retour

Type: Microsoft.SqlServer.Types.SqlGeography

Valeur SqlGeography qui contient les points où l'instance SqlGeography spécifiée entre en intersection avec l'instance SqlGeography actuelle.

Voir aussi

SqlGeography classe
Microsoft.SqlServer.Types espace de noms

Retour au début