Partager via


Propriété SqlGeographyBuilder.ConstructedGeography

 

Récupère l'objet geography spatial construit.

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

Syntaxe

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

Valeur de propriété

Type: Microsoft.SqlServer.Types.SqlGeography

La méthode retourne un objet SqlGeometry qui représente l'objet geography spatial construit.

Notes

Lève une FormatException lorsqu’elle est appelée sur une séquence d’appel vide ou incomplète.

Voir aussi

SqlGeographyBuilder, classe
Microsoft.SqlServer.Types, espace de noms

Retour au début