Share via


Méthode SqlGeography.STIntersection

Returns an object representing the points where a SqlGeography instance intersects another SqlGeography instance.

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

Syntaxe

'Déclaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STIntersection ( _
    other As SqlGeography _
) As SqlGeography
'Utilisation
Dim instance As SqlGeography 
Dim other As SqlGeography 
Dim returnValue As SqlGeography 

returnValue = instance.STIntersection(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STIntersection(
    SqlGeography other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ STIntersection(
    SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersection : 
        other:SqlGeography -> SqlGeography
public function STIntersection(
    other : SqlGeography
) : SqlGeography

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Types.SqlGeography
A SqlGeography value containing the points where the specified SqlGeography instance intersects the current SqlGeography instance.

Voir aussi

Référence

SqlGeography Classe

Espace de noms Microsoft.SqlServer.Types