Partager via


SqlGeography.STMPolyFromWKB, méthode (SqlBytes, Int32)

 

Retourne une instance SqlGeography MultiPolygon à partir d'une représentation OGC (Open Geospatial Consortium) WKB (Well-Known Binary).

Espace de noms:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)

Syntaxe

[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

Paramètres

  • srid
    Type: System.Int32

    Expression int qui représente l'ID de référence spatial (SRID) de l'instance SqlGeographyMultiPolygon à retourner.

Valeur de retour

Type: Microsoft.SqlServer.Types.SqlGeography

Valeur SqlGeography construite à partir de la représentation WKB spécifiée.

Voir aussi

SqlGeography, classe
Microsoft.SqlServer.Types, espace de noms

Retour au début