Metoda SqlGeography.STMLineFromWKB
Zwraca SqlGeography MultiLineString 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 STMLineFromWKB ( _
wkbMultiLineString As SqlBytes, _
srid As Integer _
) As SqlGeography
'Użycie
Dim wkbMultiLineString As SqlBytes
Dim srid As Integer
Dim returnValue As SqlGeography
returnValue = SqlGeography.STMLineFromWKB(wkbMultiLineString, _
srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public static SqlGeography STMLineFromWKB(
SqlBytes wkbMultiLineString,
int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
static SqlGeography^ STMLineFromWKB(
SqlBytes^ wkbMultiLineString,
int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
static member STMLineFromWKB :
wkbMultiLineString:SqlBytes *
srid:int -> SqlGeography
public static function STMLineFromWKB(
wkbMultiLineString : SqlBytes,
srid : int
) : SqlGeography
Parametry
- wkbMultiLineString
Typ: System.Data.SqlTypes.SqlBytes
The WKB representation of the SqlGeographyMultiLineString instance to return.
- srid
Typ: System.Int32
An int expression that represents the Spatial Reference ID (SRID) of the SqlGeographyMultiLineString instance you wish to return.
Wartość zwracana
Typ: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography wartość skonstruowana z określonego reprezentacja WKB.
Uwagi
Ta metoda wygeneruje FormatException , jeśli dane wejściowe nie jest sformatowany poprawnie.