SqlGeometry.STIntersection, méthode (SqlGeometry)
Retourne un objet qui représente les points où une instance SqlGeometry croise une autre instance SqlGeometry.
Espace de noms: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)
Syntaxe
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STIntersection(
SqlGeometry other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeometry^ STIntersection(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersection :
other:SqlGeometry -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STIntersection (
other As SqlGeometry
) As SqlGeometry
Paramètres
other
Type: Microsoft.SqlServer.Types.SqlGeometryInstance SqlGeometry à comparer avec l'instance sur laquelle STIntersection est appelée, afin de déterminer où elles entrent en intersection.
Valeur de retour
Type: Microsoft.SqlServer.Types.SqlGeometry
Objet SqlGeometry qui contient les points où l'instance SqlGeometry appelante entre en intersection avec le SqlGeometry spécifié.
Notes
STIntersection retourne toujours Null si les ID de référence spatiaux (SRID) des instances SqlGeometry ne correspondent pas.
Voir aussi
SqlGeometry, classe
Microsoft.SqlServer.Types, espace de noms
Retour au début