次の方法で共有


DbGeography.AsText メソッド

定義

この DbGeography 値の既知のテキスト表現を生成します。 ポイントの Longitude と Latitude のみが含まれます。

public:
 System::String ^ AsText();
public string AsText ();
member this.AsText : unit -> string
Public Function AsText () As String

戻り値

この DbGeography 値の既知のテキスト表現を含む文字列。

適用対象