DbSpatialServices.GetSpatialTypeName Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un valore che indica il nome del tipo spaziale del valore specificato.
Overload
GetSpatialTypeName(DbGeography) |
Restituisce un valore che indica il nome del tipo spaziale del valore DbGeography specificato. |
GetSpatialTypeName(DbGeometry) |
Restituisce un valore che indica il nome del tipo spaziale del valore DbGeometry specificato. |
GetSpatialTypeName(DbGeography)
Restituisce un valore che indica il nome del tipo spaziale del valore DbGeography specificato.
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
Parametri
- geographyValue
- DbGeography
Valore di geografia.
Restituisce
Nome del tipo spaziale del valore DbGeography specificato.
Si applica a
GetSpatialTypeName(DbGeometry)
Restituisce un valore che indica il nome del tipo spaziale del valore DbGeometry specificato.
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
Parametri
- geometryValue
- DbGeometry
Valore di geometria.
Restituisce
Nome del tipo spaziale del valore DbGeometry specificato.