SqlGeometry.STAsBinary Método

Definição

Retorna a representação WKB (Open Geospatial Consortium) Well-Known Binary (WKB) de uma SqlGeometry instância. Esse valor não conterá valores Z ou M transportados pela instância.

[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

Retornos

Um objeto SqlBytes que contém a representação WKB do SqlGeometry.

Atributos

Aplica-se a