SpatialEdmFunctions.GeographyMultiPointFromBinary Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt ein DbFunctionExpression, das die kanonische „GeographyMultiPointFromBinary“-Funktion mit den angegebenen Argumenten aufruft. multiPointWellKnownBinaryValue
muss einen binären Ergebnistyp haben, während coordinateSystemId
einen ganzzahligen, numerischen Ergebnistyp haben 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 Geografie-MultiPoint-Werts bereitstellt.
- coordinateSystemId
- DbExpression
Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems des Geografie-Multipunktwerts bereitstellt.
Gibt zurück
Ein neues DbFunctionExpression, das den neuen Geografiemultipunktwert anhand der angegebenen Werte zurückgibt.
Ausnahmen
multiPointWellKnownBinaryValue
coordinateSystemId
multiPointWellKnownBinaryValue
coordinateSystemId