SqlGeography.MinDbCompatibilityLevel Method

Definition

Returns the minimum database compatibility that accepts the SqlGeography type.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public int MinDbCompatibilityLevel ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.MinDbCompatibilityLevel : unit -> int
Public Function MinDbCompatibilityLevel () As Integer

Returns

The minimum database compatibility.

Attributes

Applies to