多角形の SqlGeometry インスタンスの外部リングを返します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STExteriorRing As SqlGeometry
'使用
Dim instance As SqlGeometry
Dim returnValue As SqlGeometry
returnValue = instance.STExteriorRing()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeometry STExteriorRing()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeometry^ STExteriorRing()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STExteriorRing : unit -> SqlGeometry
public function STExteriorRing() : SqlGeometry
戻り値
型: Microsoft.SqlServer.Types.SqlGeometry
呼び出し元インスタンスの外部リングを表す SqlGeometry オブジェクトです。
説明
SqlGeometry インスタンスが多角形ではない場合、このメソッドは nullNULL 参照 (Visual Basic では Nothing) を返します。