SqlMetaData.Adjust-Methode (Decimal)
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function Adjust ( _
value As Decimal _
) As Decimal
'Usage
Dim instance As SqlMetaData
Dim value As Decimal
Dim returnValue As Decimal
returnValue = instance.Adjust(value)
public decimal Adjust(
decimal value
)
public:
Decimal Adjust(
Decimal value
)
member Adjust :
value:decimal -> decimal
public function Adjust(
value : decimal
) : decimal
Parameter
- value
Typ: System.Decimal
Rückgabewert
Typ: System.Decimal