Condividi tramite


Metodo SqlSpatialServices.GetEndPoint (DbGeography)

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Restituisce un valore DbGeography che rappresenta il punto finale del valore DbGeography specificato, che potrebbe essere Null se il valore non rappresenta una curva.

Spazio dei nomi:  System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetEndPoint ( _
    geographyValue As DbGeography _
) As DbGeography
'Utilizzo
Dim instance As SqlSpatialServices 
Dim geographyValue As DbGeography 
Dim returnValue As DbGeography 

returnValue = instance.GetEndPoint(geographyValue)
public override DbGeography GetEndPoint(
    DbGeography geographyValue
)
public:
virtual DbGeography^ GetEndPoint(
    DbGeography^ geographyValue
) override
abstract GetEndPoint : 
        geographyValue:DbGeography -> DbGeography  
override GetEndPoint : 
        geographyValue:DbGeography -> DbGeography
public override function GetEndPoint(
    geographyValue : DbGeography
) : DbGeography

Parametri

Valore restituito

Tipo: System.Data.Entity.Spatial.DbGeography
Punto finale di geographyValue, se rappresenta un curva. In caso contrario, Null.

Vedere anche

Riferimento

SqlSpatialServices Classe

Overload GetEndPoint

Spazio dei nomi System.Data.Entity.SqlServer