Compartir a través de


SqlGeography.STMPolyFromWKB (Método) (SqlBytes, Int32)

 

Devuelve una instancia de SqlGeography MultiPolygon a partir de una representación Well-Known Binary (WKB) de Open Geospatial Consortium (OGC).

Espacio de nombres:   Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public static SqlGeography STMPolyFromWKB(
    SqlBytes wkbMultiPolygon,
    int srid
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
static SqlGeography^ STMPolyFromWKB(
    SqlBytes^ wkbMultiPolygon,
    int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
static member STMPolyFromWKB : 
        wkbMultiPolygon:SqlBytes *
        srid:int -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Shared Function STMPolyFromWKB (
    wkbMultiPolygon As SqlBytes,
    srid As Integer
) As SqlGeography

Parámetros

  • srid
    Type: System.Int32

    Expresión int que representa el identificador de referencia espacial (SRID) de la instancia de SqlGeographyMultiPolygon que desea devolver.

Valor devuelto

Type: Microsoft.SqlServer.Types.SqlGeography

Valor SqlGeography construido a partir de la representación WKB especificada.

Vea también

SqlGeography (Clase)
Microsoft.SqlServer.Types (Espacio de nombres)

Volver al principio