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 Short _
) As Short
'Usage
Dim instance As SqlMetaData
Dim value As Short
Dim returnValue As Short
returnValue = instance.Adjust(value)
public short Adjust(
short value
)
public:
short Adjust(
short value
)
member Adjust :
value:int16 -> int16
public function Adjust(
value : short
) : short
Parameters
- value
Type: System. . :: . .Int16
Return Value
Type: System. . :: . .Int16