SqlSpatialServices.AsGml 方法 (DbGeography)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
產生此 DbGeography 值的地理標記語言 (GML) 表示。
命名空間: System.Data.Entity.SqlServer
組件: EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)
語法
'宣告
Public Overrides Function AsGml ( _
geographyValue As DbGeography _
) As String
'用途
Dim instance As SqlSpatialServices
Dim geographyValue As DbGeography
Dim returnValue As String
returnValue = instance.AsGml(geographyValue)
public override string AsGml(
DbGeography geographyValue
)
public:
virtual String^ AsGml(
DbGeography^ geographyValue
) override
abstract AsGml :
geographyValue:DbGeography -> string
override AsGml :
geographyValue:DbGeography -> string
public override function AsGml(
geographyValue : DbGeography
) : String
參數
- geographyValue
類型:System.Data.Entity.Spatial.DbGeography
應該針對此地理位置值產生 GML。
傳回值
類型:System.String
包含此 DbGeography 值之 GML 表示的字串。