Freigeben über


WellKnownTextSqlFormatter.Create-Methode (Boolean)

Erstellt die Implementierung des Formatierers und überprüft, ob der angegebene Formatierer über eine Z-Dimension verfügt.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Shared Function Create ( _
    allowOnlyTwoDimensions As Boolean _
) As WellKnownTextSqlFormatter
'Usage
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

Parameter

  • allowOnlyTwoDimensions
    Typ: System.Boolean
    Beschränkt den Formatierer ausschließlich auf zwei Dimensionen.

Rückgabewert

Typ: System.Spatial.WellKnownTextSqlFormatter
Der erstellte WellKnownTextSqlFormatter.

Siehe auch

Verweis

WellKnownTextSqlFormatter Klasse

Create-Überladung

System.Spatial-Namespace