SqlGeometry.IsValidDetailed Method

Definition

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

Applies to