SpatialEdmFunctions.GeographyMultiPointFromBinary Methode

Definition

Erstellt eine DbFunctionExpression , die die kanonische Funktion "GeographyMultiPointFromBinary" mit den angegebenen Argumenten aufruft. multiPointWellKnownBinaryValue muss einen binären Ergebnistyp aufweisen, während coordinateSystemId ein ganzzahliger numerischer Ergebnistyp verwendet werden muss. Der Ergebnistyp des Ausdrucks ist "Edm.Geography".

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

Parameter

multiPointWellKnownBinaryValue
DbExpression

Ein Ausdruck, der die bekannte binäre Darstellung des geografischen Mehrwerts bereitstellt.

coordinateSystemId
DbExpression

Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems des Koordinatensystems des geografischen Multipunktwerts bereitstellt.

Gibt zurück

Ein neuer DbFunctionExpression-Wert, der basierend auf den angegebenen Werten einen neuen geografischen Multipunktwert zurückgibt.

Ausnahmen

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

Gilt für: