Metoda STMLineFromText
Zwraca SqlGeography wystąpienie z reprezentacji Otwórz konsorcjum geograficzne (OGC) dobrze znanego tekstu (WKT) rozszerzony z dowolnego Z (podniesienie) i wartości M (miara) przez wystąpienie.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Syntax
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Shared Function STMLineFromText ( _
multiLineStringTaggedText As SqlChars, _
srid As Integer _
) As SqlGeography
'Użycie
Dim multiLineStringTaggedText As SqlChars
Dim srid As Integer
Dim returnValue As SqlGeography
returnValue = SqlGeography.STMLineFromText(multiLineStringTaggedText, _
srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public static SqlGeography STMLineFromText(
SqlChars multiLineStringTaggedText,
int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
static SqlGeography^ STMLineFromText(
SqlChars^ multiLineStringTaggedText,
int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
static member STMLineFromText :
multiLineStringTaggedText:SqlChars *
srid:int -> SqlGeography
public static function STMLineFromText(
multiLineStringTaggedText : SqlChars,
srid : int
) : SqlGeography
Parameters
- multiLineStringTaggedText
Typ: System.Data.SqlTypes. . :: . .SqlChars
The WKT representation of the SqlGeographyMultiLineString instance you wish to return.
- srid
Typ: System. . :: . .Int32
An integer expression representing the Spatial Reference ID (SRID) of the SqlGeographyMultiLineString instance you wish to return.
Wartość zwracana
Typ: Microsoft.SqlServer.Types. . :: . .SqlGeography
A SqlGeography wystąpienie zbudowane z określonego reprezentacja WKT.
Uwagi
Ta metoda wygeneruje FormatException, jeśli dane wejściowe nie jest sformatowany poprawnie.