SpatialEdmFunctions.GeometryMultiPointFromBinary 메서드

정의

DbFunctionExpression 지정된 인수를 사용하여 정식 'GeometryMultiPointFromBinary' 함수를 호출하는 함수를 만듭니다. multiPointWellKnownBinaryValue 에는 이진 결과 형식 coordinateSystemId 이 있어야 하지만 정수 숫자 결과 형식이 있어야 합니다. 식의 결과 형식은 Edm.Geometry입니다.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryMultiPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

매개 변수

multiPointWellKnownBinaryValue
DbExpression

기하 도형 다중 점 값의 잘 알려진 이진 표현을 제공하는 식입니다.

coordinateSystemId
DbExpression

기하 도형 다중 점 값의 좌표계 ID(SRID)를 제공하는 식입니다.

반품

지정된 값을 기반으로 새 기하 도형 다중 점 값을 반환하는 새 DbFunctionExpression입니다.

예외

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

적용 대상