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
| Nome | Descrizione |
|---|---|
| GetSpatialTypeName(DbGeography) |
Restituisce un valore che indica il nome del tipo spaziale del valore specificato DbGeography . |
| GetSpatialTypeName(DbGeometry) |
Restituisce un valore che indica il nome del tipo spaziale del valore specificato DbGeometry . |
GetSpatialTypeName(DbGeography)
Restituisce un valore che indica il nome del tipo spaziale del valore specificato DbGeography .
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 geography.
Valori restituiti
Nome del tipo spaziale del valore specificato DbGeography .
Si applica a
GetSpatialTypeName(DbGeometry)
Restituisce un valore che indica il nome del tipo spaziale del valore specificato DbGeometry .
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 geometry.
Valori restituiti
Nome del tipo spaziale del valore specificato DbGeometry .