DbSpatialServices.GetLength 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 값의 길이를 나타내는 nullable double 값을 반환합니다.
오버로드
| Name | Description |
|---|---|
| GetLength(DbGeography) |
지정된 DbGeography 값의 길이를 나타내는 nullable double 값을 반환하며, 값이 곡선을 나타내지 않으면 null일 수 있습니다. |
| GetLength(DbGeometry) |
지정된 DbGeometry 값의 길이를 나타내는 nullable double 값을 반환하며, 값이 곡선을 나타내지 않으면 null일 수 있습니다. |
GetLength(DbGeography)
지정된 DbGeography 값의 길이를 나타내는 nullable double 값을 반환하며, 값이 곡선을 나타내지 않으면 null일 수 있습니다.
public:
abstract Nullable<double> GetLength(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLength(System.Data.Spatial.DbGeography geographyValue);
abstract member GetLength : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLength (geographyValue As DbGeography) As Nullable(Of Double)
매개 변수
- geographyValue
- DbGeography
곡선을 나타낼 필요가 없는 지리 값입니다.
반품
지정된 DbGeography 값의 길이입니다.
예외
geographyValue
geographyValue
적용 대상
GetLength(DbGeometry)
지정된 DbGeometry 값의 길이를 나타내는 nullable double 값을 반환하며, 값이 곡선을 나타내지 않으면 null일 수 있습니다.
public:
abstract Nullable<double> GetLength(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetLength(System.Data.Spatial.DbGeometry geometryValue);
abstract member GetLength : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetLength (geometryValue As DbGeometry) As Nullable(Of Double)
매개 변수
- geometryValue
- DbGeometry
곡선을 나타낼 필요가 없는 기하 도형 값입니다.
반품
지정된 DbGeometry 값의 길이입니다.
예외
geometryValue
geometryValue