Partilhar via


Propriedade do RDL SqlGeometryBuilder.ConstructedGeometry

Retrieves constructed spatial geometry object.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property ConstructedGeometry As SqlGeometry 
    Get
'Uso
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

Valor da propriedade

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

Comentários

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

Consulte também

Referência

SqlGeometryBuilder Classe

Namespace Microsoft.SqlServer.Types