SqlGeometry.IsValidDetailed 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 a message to help identify validity issues with a spatial object.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public string IsValidDetailed ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.IsValidDetailed : unit -> string
Public Function IsValidDetailed () As String
Returns
A message indicating whether the spatial object is valid or not valid, and if not valid, why not.
- Attributes