STIsSimple 메서드
Determines whether the calling SqlGeometry instance is simple.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STIsSimple As SqlBoolean
‘사용 방법
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
반환 값
유형: 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.