Condividi tramite


Metodo SqlSpatialServices.GetCoordinateSystemId (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 l'identificatore del sistema di coordinate del valore DbGeography specificato.

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

Sintassi

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

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

Parametri

Valore restituito

Tipo: System.Int32
Identificatore del sistema di coordinate del valore DbGeography specificato.

Vedere anche

Riferimento

SqlSpatialServices Classe

Overload GetCoordinateSystemId

Spazio dei nomi System.Data.Entity.SqlServer