Поделиться через


Метод SqlGeometry.MinDbCompatibilityLevel

Returns the minimum database compatibility that accepts the SqlGeometry type.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function MinDbCompatibilityLevel As Integer
'Применение
Dim instance As SqlGeometry 
Dim returnValue As Integer 

returnValue = instance.MinDbCompatibilityLevel()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public int MinDbCompatibilityLevel()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
int MinDbCompatibilityLevel()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member MinDbCompatibilityLevel : unit -> int
public function MinDbCompatibilityLevel() : int

Возвращаемое значение

Тип: System.Int32
The minimum database compatibility.

См. также

Справочник

SqlGeometry Класс

Пространство имен Microsoft.SqlServer.Types