Compartir a través de


SqlGeometry.STIsSimple Método

Determines whether the calling SqlGeometry instance is simple.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STIsSimple As SqlBoolean
'Uso
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

Valor devuelto

Tipo: 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.

Vea también

Referencia

SqlGeometry Clase

Espacio de nombres Microsoft.SqlServer.Types