WellKnownTextSqlFormatter.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 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。