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.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Returns the SqlGeometry object that represents the geometry collection.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
Public Function Terminate As SqlGeometry
'Uso
Dim instance As GeometryCollectionAggregate
Dim returnValue As SqlGeometry
returnValue = instance.Terminate()
public SqlGeometry Terminate()
public:
virtual SqlGeometry^ Terminate() sealed
abstract Terminate : unit -> SqlGeometry
override Terminate : unit -> SqlGeometry
public final function Terminate() : SqlGeometry
Valor devuelto
Tipo: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry object that represents the geometry collection.