SqlGeometry.STIntersection(SqlGeometry) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna um objeto que representa os pontos em que uma SqlGeometry instância cruza outra SqlGeometry instância.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STIntersection(Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIntersection : Microsoft.SqlServer.Types.SqlGeometry -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STIntersection (other As SqlGeometry) As SqlGeometry
Parâmetros
- other
- SqlGeometry
A SqlGeometry instância a ser comparada com a instância na qual STIntersection(SqlGeometry) está sendo invocada, para determinar onde elas se cruzam.
Retornos
Um SqlGeometry objeto que contém os pontos em que a instância de chamada SqlGeometry cruza o especificado SqlGeometry.
- Atributos