DbSpatialServices.GetSpatialTypeName Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve un valor que indica el nombre de tipo espacial del valor especificado.
Sobrecargas
GetSpatialTypeName(DbGeography) |
Devuelve un valor que indica el nombre de tipo espacial del valor DbGeography determinado. |
GetSpatialTypeName(DbGeometry) |
Devuelve un valor que indica el nombre de tipo espacial del valor DbGeometry determinado. |
GetSpatialTypeName(DbGeography)
Devuelve un valor que indica el nombre de tipo espacial del valor DbGeography determinado.
public:
abstract System::String ^ GetSpatialTypeName(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract string GetSpatialTypeName (System.Data.Spatial.DbGeography geographyValue);
abstract member GetSpatialTypeName : System.Data.Spatial.DbGeography -> string
Public MustOverride Function GetSpatialTypeName (geographyValue As DbGeography) As String
Parámetros
- geographyValue
- DbGeography
Valor de geografía.
Devoluciones
El nombre de tipo espacial del valor DbGeography determinado.
Se aplica a
GetSpatialTypeName(DbGeometry)
Devuelve un valor que indica el nombre de tipo espacial del valor DbGeometry determinado.
public:
abstract System::String ^ GetSpatialTypeName(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract string GetSpatialTypeName (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetSpatialTypeName : System.Data.Spatial.DbGeometry -> string
Public MustOverride Function GetSpatialTypeName (geometryValue As DbGeometry) As String
Parámetros
- geometryValue
- DbGeometry
Valor de geometría.
Devoluciones
El nombre de tipo espacial del valor DbGeometry determinado.