建立格式子的實作,並檢查指定的格式子是否有 Z。
命名空間: System.Spatial
組件: System.Spatial (在 System.Spatial.dll 中)
語法
'宣告
Public Shared Function Create ( _
allowOnlyTwoDimensions As Boolean _
) As WellKnownTextSqlFormatter
'用途
Dim allowOnlyTwoDimensions As Boolean
Dim returnValue As WellKnownTextSqlFormatter
returnValue = WellKnownTextSqlFormatter.Create(allowOnlyTwoDimensions)
public static WellKnownTextSqlFormatter Create(
bool allowOnlyTwoDimensions
)
public:
static WellKnownTextSqlFormatter^ Create(
bool allowOnlyTwoDimensions
)
static member Create :
allowOnlyTwoDimensions:bool -> WellKnownTextSqlFormatter
public static function Create(
allowOnlyTwoDimensions : boolean
) : WellKnownTextSqlFormatter
參數
- allowOnlyTwoDimensions
型別:System.Boolean
限制格式子只能允許兩個維度。
傳回值
型別:System.Spatial.WellKnownTextSqlFormatter
建立的 WellKnownTextSqlFormatter。