Udostępnij za pośrednictwem


Metoda STPolyFromWKB

Zwraca SqlGeography wystąpienie wielokąt z reprezentacji Otwórz konsorcjum geograficzne (OGC) dobrze binarny (WKB).

Przestrzeń nazw:  Microsoft.SqlServer.Types
Zestaw:  Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)

Syntax

'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Shared Function STPolyFromWKB ( _
    wkbPolygon As SqlBytes, _
    srid As Integer _
) As SqlGeography
'Użycie
Dim wkbPolygon As SqlBytes
Dim srid As Integer
Dim returnValue As SqlGeography

returnValue = SqlGeography.STPolyFromWKB(wkbPolygon, _
    srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public static SqlGeography STPolyFromWKB(
    SqlBytes wkbPolygon,
    int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
static SqlGeography^ STPolyFromWKB(
    SqlBytes^ wkbPolygon, 
    int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
static member STPolyFromWKB : 
        wkbPolygon:SqlBytes * 
        srid:int -> SqlGeography 
public static function STPolyFromWKB(
    wkbPolygon : SqlBytes, 
    srid : int
) : SqlGeography

Parameters

Wartość zwracana

Typ: Microsoft.SqlServer.Types. . :: . .SqlGeography
A SqlGeography wystąpienie zbudowane z określonego reprezentacja WKB.

Uwagi

Ta metoda wygeneruje FormatException , jeśli dane wejściowe nie jest sformatowany poprawnie.