Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function Adjust ( _
value As Integer _
) As Integer
'Usage
Dim instance As SqlMetaData
Dim value As Integer
Dim returnValue As Integer
returnValue = instance.Adjust(value)
public int Adjust(
int value
)
public:
int Adjust(
int value
)
member Adjust :
value:int -> int
public function Adjust(
value : int
) : int
Parameters
- value
Type: System.Int32
Return Value
Type: System.Int32