Metodo SqlGeography.MinDbCompatibilityLevel
Returns the minimum database compatibility that accepts the SqlGeography type.
Spazio dei nomi Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Sintassi
'Dichiarazione
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function MinDbCompatibilityLevel As Integer
'Utilizzo
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
Valore restituito
Tipo: System.Int32
The minimum database compatibility.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Types