다음을 통해 공유


SqlSpatialServices.AsBinary 메서드

정의

오버로드

AsBinary(DbGeography)

지정된 DbGeography 값의 잘 알려진 이진 표현을 가져옵니다.

AsBinary(DbGeometry)

지정된 DbGeometry 값의 잘 알려진 이진 표현을 가져옵니다.

AsBinary(DbGeography)

지정된 DbGeography 값의 잘 알려진 이진 표현을 가져옵니다.

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()

매개 변수

geographyValue
DbGeography

잘 알려진 이진 표현을 생성해야 하는 지리 값입니다.

반환

Byte[]

지정된 DbGeography 값의 잘 알려진 이진 표현입니다.

적용 대상

AsBinary(DbGeometry)

지정된 DbGeometry 값의 잘 알려진 이진 표현을 가져옵니다.

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()

매개 변수

geometryValue
DbGeometry

잘 알려진 이진 표현을 생성해야 하는 기하 값입니다.

반환

Byte[]

지정된 DbGeography 값의 잘 알려진 이진 표현입니다.

적용 대상