TempDataRecord.GetBytes Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetBytes ( _
i As Integer, _
fieldOffset As Long, _
buffer As Byte(), _
bufferOffset As Integer, _
length As Integer _
) As Long
'Usage
Dim instance As TempDataRecord
Dim i As Integer
Dim fieldOffset As Long
Dim buffer As Byte()
Dim bufferOffset As Integer
Dim length As Integer
Dim returnValue As Long
returnValue = instance.GetBytes(i, fieldOffset, _
buffer, bufferOffset, length)
public long GetBytes(
int i,
long fieldOffset,
byte[] buffer,
int bufferOffset,
int length
)
Parameters
- i
Type: System.Int32
- fieldOffset
Type: System.Int64
- buffer
Type: []
- bufferOffset
Type: System.Int32
- length
Type: System.Int32
Return Value
Type: System.Int64
Implements
IDataRecord.GetBytes(Int32, Int64, [], Int32, Int32)
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace