Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves the constructed spatial geography object.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property ConstructedGeography As SqlGeography
Get
'Utilisation
Dim instance As SqlGeographyBuilder
Dim value As SqlGeography
value = instance.ConstructedGeography
public virtual SqlGeography ConstructedGeography { get; }
public:
virtual property SqlGeography^ ConstructedGeography {
SqlGeography^ get ();
}
abstract ConstructedGeography : SqlGeography
override ConstructedGeography : SqlGeography
function get ConstructedGeography () : SqlGeography
Valeur de propriété
Type : Microsoft.SqlServer.Types.SqlGeography
Method returns a SqlGeometry object that represents the constructed spatial geography object.
Notes
Throws a FormatException when it is invoked on an empty or incomplete call sequence.