SqlGeometry.STRelate(SqlGeometry, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si l’appel SqlGeometry est lié à l’objet spécifié SqlGeometry.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STRelate(Microsoft.SqlServer.Types.SqlGeometry other, string intersectionPatternMatrix);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STRelate : Microsoft.SqlServer.Types.SqlGeometry * string -> System.Data.SqlTypes.SqlBoolean
Public Function STRelate (other As SqlGeometry, intersectionPatternMatrix As String) As SqlBoolean
Paramètres
- other
- SqlGeometry
Une autre SqlGeometry instance à comparer à l’instance sur laquelle STRelate(SqlGeometry, String) est appelée.
- intersectionPatternMatrix
- String
Chaîne qui spécifie le modèle d’intersection. Cette chaîne doit contenir des valeurs acceptables pour l’appareil de matrice de modèle DE-9IM entre les deux SqlGeometry instances.
Retours
Retourne la valeur true si une SqlGeometry instance est liée à une autre SqlGeometry instance, où la relation est définie par une valeur de matrice de modèle de modèle DE-9IM (DE-9IM) dimensionnellement étendue ; sinon, retourne false.
- Attributs