Método SqlMetaData.Adjust (array<Byte[])
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Public Function Adjust ( _
value As Byte() _
) As Byte()
'Uso
Dim instance As SqlMetaData
Dim value As Byte()
Dim returnValue As Byte()
returnValue = instance.Adjust(value)
public byte[] Adjust(
byte[] value
)
public:
array<unsigned char>^ Adjust(
array<unsigned char>^ value
)
member Adjust :
value:byte[] -> byte[]
public function Adjust(
value : byte[]
) : byte[]
Parâmetros
- value
Tipo: array<System.Byte[]
Valor de retorno
Tipo: array<System.Byte[]