Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns an object that represents the union of a SqlGeometry instance with another SqlGeometry instance.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STUnion ( _
other As SqlGeometry _
) As SqlGeometry
'Uso
Dim instance As SqlGeometry
Dim other As SqlGeometry
Dim returnValue As SqlGeometry
returnValue = instance.STUnion(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STUnion(
SqlGeometry other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ STUnion(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STUnion :
other:SqlGeometry -> SqlGeometry
public function STUnion(
other : SqlGeometry
) : SqlGeometry
Parámetros
- other
Tipo: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry instance to combine with the current SqlGeometry.
Valor devuelto
Tipo: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry object that represents the union of the calling SqlGeometry and the specified SqlGeometry.
Comentarios
This method always returns nulles una referencia NULL (Nothing en Visual Basic). if the spatial reference IDs (SRIDs) of the SqlGeometry instances do not match.