Método SqlGeography.STIntersection (SqlGeography)
Devuelve un objeto que representa los puntos donde un SqlGeography instancia corta con otra SqlGeography instancia.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STIntersection(
SqlGeography other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeography^ STIntersection(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersection :
other:SqlGeography -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STIntersection (
other As SqlGeography
) As SqlGeography
Parámetros
other
Type: Microsoft.SqlServer.Types.SqlGeographyUn SqlGeography instancia va a comparar con la instancia en la que STIntersection se invoca.
Valor devuelto
Type: Microsoft.SqlServer.Types.SqlGeography
Valor SqlGeography que contiene los puntos donde la instancia de SqlGeography especificada se corta con la instancia de SqlGeography actual.
Ver también
Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types
Volver al principio