Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns 1 if a SqlGeography instance spatially overlaps another SqlGeography instance, or 0 if it does not.
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 STOverlaps ( _
other As SqlGeography _
) As SqlBoolean
'Utilisation
Dim instance As SqlGeography
Dim other As SqlGeography
Dim returnValue As SqlBoolean
returnValue = instance.STOverlaps(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STOverlaps(
SqlGeography other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STOverlaps(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STOverlaps :
other:SqlGeography -> SqlBoolean
public function STOverlaps(
other : SqlGeography
) : SqlBoolean
Paramètres
- other
Type : Microsoft.SqlServer.Types.SqlGeography
The SqlGeography instance to check if it overlaps with the calling instance.
Valeur de retour
Type : System.Data.SqlTypes.SqlBoolean
1 if the two instances overlap; otherwise, 0.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Types