呼び出し元の SqlGeometry インスタンスが単純なものかどうかを示します。
名前空間: 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
SqlGeometry インスタンスが Open Geospatial Consortium (OGC) で定義されているとおりの単純なものであれば true を返します。SqlGeometry インスタンスが単純なものでなければ false を返します。