共用方式為


DbGeography.AsGml 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

產生此 DbGeography 值的地理標記語言 (GML) 表示。

命名空間:  System.Data.Entity.Spatial
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Gml")> _
Public Function AsGml As String
'用途
Dim instance As DbGeography 
Dim returnValue As String 

returnValue = instance.AsGml()
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gml")]
public string AsGml()
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"Gml")]
public:
String^ AsGml()
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gml")>]
member AsGml : unit -> string
public function AsGml() : String

傳回值

類型:System.String
包含此 DbGeography 值之 GML 表示的字串。

請參閱

參考

DbGeography 類別

System.Data.Entity.Spatial 命名空間