Méthode WellKnownTextSqlFormatter.Create (Boolean)
Crée l'implémentation du formateur et vérifie si le formateur spécifié comporte une dimension Z.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public Shared Function Create ( _
allowOnlyTwoDimensions As Boolean _
) As WellKnownTextSqlFormatter
'Utilisation
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
Paramètres
- allowOnlyTwoDimensions
Type : System.Boolean
Limite le formateur pour autoriser uniquement deux dimensions.
Valeur de retour
Type : System.Spatial.WellKnownTextSqlFormatter
WellKnownTextSqlFormatter créé.