Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 SqlInt64 _
) As SqlInt64
'Usage
Dim instance As SqlMetaData
Dim value As SqlInt64
Dim returnValue As SqlInt64
returnValue = instance.Adjust(value)
public SqlInt64 Adjust(
SqlInt64 value
)
public:
SqlInt64 Adjust(
SqlInt64 value
)
member Adjust :
value:SqlInt64 -> SqlInt64
public function Adjust(
value : SqlInt64
) : SqlInt64
Parameters
- value
Type: System.Data.SqlTypes.SqlInt64
Return Value
Type: System.Data.SqlTypes.SqlInt64