Udostępnij za pośrednictwem


Metoda SqlGeography.STMPointFromWKB

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

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

Składnia

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

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

Parametry

  • srid
    Typ: System.Int32
    An int expression that represents the Spatial Reference ID (SRID) of the SqlGeographyMultiPoint instance you wish to return.

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 są prawidłowo sformatowanego.