SpatialEdmFunctions.GeographyMultiPolygonFromBinary Methode

Definition

Erstellt eine DbFunctionExpression , die die kanonische Funktion "GeographyMultiPolygonFromBinary" mit den angegebenen Argumenten aufruft. multiPolygonWellKnownBinaryValue 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 ^ GeographyMultiPolygonFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPolygonWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiPolygonFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiPolygonFromBinary (multiPolygonWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parameter

multiPolygonWellKnownBinaryValue
DbExpression

Ein Ausdruck, der die bekannte binäre Darstellung des geografischen Multi-Polygon-Werts bereitstellt.

coordinateSystemId
DbExpression

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

Gibt zurück

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

Ausnahmen

multiPolygonWellKnownBinaryValue coordinateSystemId

multiPolygonWellKnownBinaryValue coordinateSystemId

Gilt für: