Share via


Propriété SqlGeometryBuilder.ConstructedGeometry

Retrieves constructed spatial geometry object.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property ConstructedGeometry As SqlGeometry 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

SqlGeometryBuilder Classe

Espace de noms Microsoft.SqlServer.Types