Метод SqlGeography.STIntersection (SqlGeography)
Возвращает объект, представляющий точки, в которых экземпляр SqlGeography пересекается с другим экземпляром SqlGeography.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
[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
Параметры
other
Type: Microsoft.SqlServer.Types.SqlGeographyЭкземпляр SqlGeography для сравнения с экземпляром, для которого вызывается метод STIntersection.
Возвращаемое значение
Type: Microsoft.SqlServer.Types.SqlGeography
Объект SqlGeography, содержащий точки, в которых указанный экземпляр SqlGeography пересекается с текущим экземпляром SqlGeography.
См. также
Класс SqlGeography
Пространство имен Microsoft.SqlServer.Types
Вернуться в начало