Freigeben über


SqlGeometry.MinDbCompatibilityLevel-Methode

Returns the minimum database compatibility that accepts the SqlGeometry type.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function MinDbCompatibilityLevel As Integer
'Usage
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

Rückgabewert

Typ: System.Int32
The minimum database compatibility.

Siehe auch

Verweis

SqlGeometry Klasse

Microsoft.SqlServer.Types-Namespace