DbSpatialServices.GeographyMultiLineFromText(String, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據指定的已知文字值和座標系統識別項,建立新的 DbGeography 多行值。
public:
abstract System::Data::Spatial::DbGeography ^ GeographyMultiLineFromText(System::String ^ multiLineWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiLineFromText (string multiLineWellKnownText, int coordinateSystemId);
abstract member GeographyMultiLineFromText : string * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyMultiLineFromText (multiLineWellKnownText As String, coordinateSystemId As Integer) As DbGeography
參數
- multiLineWellKnownText
- String
已知的文字值。
- coordinateSystemId
- Int32
座標系統識別項。
傳回
新的 DbGeography 多行值。