SqlGeometry.MinDbCompatibilityLevel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the minimum database compatibility that accepts the SqlGeometry 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