Partilhar via


Método SqlGeometry.MinDbCompatibilityLevel

Returns the minimum database compatibility that accepts the SqlGeometry type.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function MinDbCompatibilityLevel As Integer
'Uso
Dim instance As SqlGeometry 
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

Valor de retorno

Tipo: System.Int32
The minimum database compatibility.

Consulte também

Referência

SqlGeometry Classe

Namespace Microsoft.SqlServer.Types