SqlGeometryBuilder.ConstructedGeometry Property

 

Applies To: SQL Server 2016 Preview

Retrieves constructed spatial geometry object.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

public virtual SqlGeometry ConstructedGeometry { get; }
public:
property SqlGeometry^ ConstructedGeometry {
    virtual SqlGeometry^ get();
}
abstract ConstructedGeometry : SqlGeometry with get
override ConstructedGeometry : SqlGeometry with get
Public Overridable ReadOnly Property ConstructedGeometry As SqlGeometry

Property Value

Type: Microsoft.SqlServer.Types.SqlGeometry

Method returns a SqlGeometry object that represents the constructed spatial geometry object.

Remarks

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

See Also

SqlGeometryBuilder Class
Microsoft.SqlServer.Types Namespace

Return to top