SqlGeometry.STUnion, méthode (SqlGeometry)
Retourne un objet qui représente l'union d'une instance SqlGeometry avec 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 STUnion(
SqlGeometry other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeometry^ STUnion(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STUnion :
other:SqlGeometry -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STUnion (
other As SqlGeometry
) As SqlGeometry
Paramètres
other
Type: Microsoft.SqlServer.Types.SqlGeometryInstance SqlGeometry à combiner avec le SqlGeometry actuel.
Valeur de retour
Type: Microsoft.SqlServer.Types.SqlGeometry
Objet SqlGeometry qui représente l'union du SqlGeometry appelant et du SqlGeometry spécifié.
Notes
Cette méthode retourne toujours null si les ID de références spatiaux (SRID) des instances SqlGeometry ne correspondent pas.
Voir aussi
SqlGeometry, classe
Microsoft.SqlServer.Types, espace de noms
Retour au début