Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns the shortest distance between the two SqlGeometryinstances.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function ShortestLineTo ( _
other As SqlGeometry _
) As SqlGeometry
'Применение
Dim instance As SqlGeometry
Dim other As SqlGeometry
Dim returnValue As SqlGeometry
returnValue = instance.ShortestLineTo(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry ShortestLineTo(
SqlGeometry other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ ShortestLineTo(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member ShortestLineTo :
other:SqlGeometry -> SqlGeometry
public function ShortestLineTo(
other : SqlGeometry
) : SqlGeometry
Параметры
- other
Тип: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry instance that the calling SqlGeometry instance is trying to determine the shortest distance to.
Возвращаемое значение
Тип: Microsoft.SqlServer.Types.SqlGeometry
The shortest distance between the two SqlGeometry instances.