SqlGeometry.MinDbCompatibilityLevel Method ()

 

Applies To: SQL Server 2016 Preview

Returns the minimum database compatibility that accepts the SqlGeometry type.

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

Syntax

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public int MinDbCompatibilityLevel()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
int MinDbCompatibilityLevel()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member MinDbCompatibilityLevel : unit -> int
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function MinDbCompatibilityLevel As Integer

Return Value

Type: System.Int32

The minimum database compatibility.

See Also

SqlGeometry Class
Microsoft.SqlServer.Types Namespace

Return to top