次の方法で共有


SqlGeometry.AsBinaryZM メソッド

標高とメジャーをバイナリとして返します。

名前空間:  Microsoft.SqlServer.Types
アセンブリ:  Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)

構文

'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function AsBinaryZM As SqlBytes
'使用
Dim instance As SqlGeometry 
Dim returnValue As SqlBytes 

returnValue = instance.AsBinaryZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlBytes AsBinaryZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlBytes^ AsBinaryZM()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member AsBinaryZM : unit -> SqlBytes
public function AsBinaryZM() : SqlBytes

戻り値

型: System.Data.SqlTypes.SqlBytes
標高とメジャーです (バイナリとして)。

関連項目

参照

SqlGeometry クラス

Microsoft.SqlServer.Types 名前空間