SqlGeometryBuilder.ConstructedGeometry 속성

Retrieves constructed spatial geometry object.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public Overridable ReadOnly Property ConstructedGeometry As SqlGeometry 
    Get
‘사용 방법
Dim instance As SqlGeometryBuilder 
Dim value As SqlGeometry 

value = instance.ConstructedGeometry
public virtual SqlGeometry ConstructedGeometry { get; }
public:
virtual property SqlGeometry^ ConstructedGeometry {
    SqlGeometry^ get ();
}
abstract ConstructedGeometry : SqlGeometry 
override ConstructedGeometry : SqlGeometry
function get ConstructedGeometry () : SqlGeometry

속성 값

유형: Microsoft.SqlServer.Types.SqlGeometry
Method returns a SqlGeometry object that represents the constructed spatial geometry object.

주의

Throws a FormatException when it is invoked on an empty or incomplete call sequence.

참고 항목

참조

SqlGeometryBuilder 클래스

Microsoft.SqlServer.Types 네임스페이스