WellKnownTextSqlFormatter.Create 方法

定義

多載

Create()

建立格式子的實作。

Create(Boolean)

建立格式子的實作,並檢查指定的格式子是否有 Z。

Create()

建立格式子的實作。

public static Microsoft.Spatial.WellKnownTextSqlFormatter Create();
static member Create : unit -> Microsoft.Spatial.WellKnownTextSqlFormatter
Public Shared Function Create () As WellKnownTextSqlFormatter

傳回

傳回建立的 WellKnownTextSqlFormatter 實作。

適用於

Create(Boolean)

建立格式子的實作,並檢查指定的格式子是否有 Z。

public static Microsoft.Spatial.WellKnownTextSqlFormatter Create(bool allowOnlyTwoDimensions);
static member Create : bool -> Microsoft.Spatial.WellKnownTextSqlFormatter
Public Shared Function Create (allowOnlyTwoDimensions As Boolean) As WellKnownTextSqlFormatter

參數

allowOnlyTwoDimensions
Boolean

限制格式子只能允許兩個維度。

傳回

建立的 WellKnownTextSqlFormatter。

適用於