Metoda SqlGeometry.STLineFromWKB
Zwraca SqlGeometry LineString 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 STLineFromWKB ( _
wkbLineString As SqlBytes, _
srid As Integer _
) As SqlGeometry
'Użycie
Dim wkbLineString As SqlBytes
Dim srid As Integer
Dim returnValue As SqlGeometry
returnValue = SqlGeometry.STLineFromWKB(wkbLineString, _
srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public static SqlGeometry STLineFromWKB(
SqlBytes wkbLineString,
int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
static SqlGeometry^ STLineFromWKB(
SqlBytes^ wkbLineString,
int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
static member STLineFromWKB :
wkbLineString:SqlBytes *
srid:int -> SqlGeometry
public static function STLineFromWKB(
wkbLineString : SqlBytes,
srid : int
) : SqlGeometry
Parametry
- wkbLineString
Typ: System.Data.SqlTypes.SqlBytes
The WKB representation of the SqlGeometryLineString instance you wish to return.
- srid
Typ: System.Int32
Is an int expression that represents the spatial reference ID (SRID) of the SqlGeometryLineString instance you wish to return.
Wartość zwracana
Typ: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry obiektu zbudowane z określonego reprezentacja WKB.
Uwagi
Ta metoda spowoduje zgłoszenie FormatException , jeśli dane wejściowe nie są prawidłowo sformatowanego.
To element członkowski jest statyczne.