Partager via


Méthode SqlGeography.MinDbCompatibilityLevel

Returns the minimum database compatibility that accepts the SqlGeography type.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function MinDbCompatibilityLevel As Integer
'Utilisation
Dim instance As SqlGeography 
Dim returnValue As Integer 

returnValue = instance.MinDbCompatibilityLevel()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public int MinDbCompatibilityLevel()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
int MinDbCompatibilityLevel()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member MinDbCompatibilityLevel : unit -> int
public function MinDbCompatibilityLevel() : int

Valeur de retour

Type : System.Int32
The minimum database compatibility.

Voir aussi

Référence

SqlGeography Classe

Espace de noms Microsoft.SqlServer.Types

Autres ressources

MinDbCompatibilityLevel (type de données geography)