SqlGeometry.STAsBinary Método

Definición

Devuelve la representación de Open Geospatial Consortium (OGC) Well-Known Binary (WKB) de una SqlGeometry instancia. Este valor no contendrá ningún valor Z o M llevado por la instancia.

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

Devoluciones

Objeto SqlBytes que contiene la representación WKB de .SqlGeometry

Atributos

Se aplica a