Sdílet prostřednictvím


SqlSpatialServices.AsBinary Metoda

Definice

Přetížení

AsBinary(DbGeography)

Získá známou binární reprezentaci dané DbGeography hodnoty.

AsBinary(DbGeometry)

Získá známou binární reprezentaci dané DbGeometry hodnoty.

AsBinary(DbGeography)

Získá známou binární reprezentaci dané DbGeography hodnoty.

public override byte[] AsBinary (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.AsBinary : System.Data.Entity.Spatial.DbGeography -> byte[]
Public Overrides Function AsBinary (geographyValue As DbGeography) As Byte()

Parametry

geographyValue
DbGeography

Geografická hodnota, pro kterou by se měl vygenerovat dobře známý binární soubor.

Návraty

Byte[]

Známá binární reprezentace dané DbGeography hodnoty.

Platí pro

AsBinary(DbGeometry)

Získá známou binární reprezentaci dané DbGeometry hodnoty.

public override byte[] AsBinary (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.AsBinary : System.Data.Entity.Spatial.DbGeometry -> byte[]
Public Overrides Function AsBinary (geometryValue As DbGeometry) As Byte()

Parametry

geometryValue
DbGeometry

Hodnota geometrie, pro kterou by měl být vygenerován dobře známý binární soubor.

Návraty

Byte[]

Známá binární reprezentace dané DbGeography hodnoty.

Platí pro