SqlGeography.AsTextZM 方法
Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a SqlGeography instance augmented with any Z (elevation) and M (measure) values carried by the instance.
命名空間: Microsoft.SqlServer.Types
組件: Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)
語法
'宣告
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function AsTextZM As SqlChars
'用途
Dim instance As SqlGeography
Dim returnValue As SqlChars
returnValue = instance.AsTextZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlChars AsTextZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlChars^ AsTextZM()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member AsTextZM : unit -> SqlChars
public function AsTextZM() : SqlChars
傳回值
型別:System.Data.SqlTypes.SqlChars
A SqlChars value containing the WKT representation of the SqlGeography instance.