SqlGeography.AsTextZM メソッド

定義

インスタンスによって実行される Z (昇格) 値と M (メジャー) 値で拡張された SqlGeography インスタンスの Open Geospatial Consortium (OGC) Well-Known Text (WKT) 表現を返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlChars AsTextZM();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.AsTextZM : unit -> System.Data.SqlTypes.SqlChars
Public Function AsTextZM () As SqlChars

返品

SqlGeography インスタンスの WKT 表現を含む SqlChars 値。

属性

適用対象