Compartir a través de


CsvFieldCache.CopyRow Method

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Function CopyRow ( _
    srcOffset As Integer, _
    dest As Byte(), _
    offset As Integer, _
    count As Integer _
) As Integer
'Usage
Dim instance As CsvFieldCache
Dim srcOffset As Integer
Dim dest As Byte()
Dim offset As Integer
Dim count As Integer
Dim returnValue As Integer

returnValue = instance.CopyRow(srcOffset, _
    dest, offset, count)
public int CopyRow(
    int srcOffset,
    byte[] dest,
    int offset,
    int count
)

Parameters

  • dest
    Type: []

Return Value

Type: System.Int32