SqlGeography.STAsText メソッド

定義

SqlGeography インスタンスの Open Geospatial Consortium (OGC) Well-Known Text (WKT) 表現を返します。

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

返品

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

属性

適用対象