Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the calling SqlGeometry instance is simple.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STIsSimple As SqlBoolean
'Usage
Dim instance As SqlGeometry
Dim returnValue As SqlBoolean
returnValue = instance.STIsSimple()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STIsSimple()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STIsSimple()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIsSimple : unit -> SqlBoolean
public function STIsSimple() : SqlBoolean
Return Value
Type: System.Data.SqlTypes.SqlBoolean
Returns true if a SqlGeometry instance is simple, as defined by the Open Geospatial Consortium (OGC). Returns false if a SqlGeometry instance is not simple.