次の方法で共有


TempDataRecord.GetBytes メソッド (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db)

名前空間: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Public Function GetBytes ( _
    i As Integer, _
    fieldOffset As Long, _
    buffer As Byte(), _
    bufferOffset As Integer, _
    length As Integer _
) As Long
'使用
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
)

パラメータ

  • i
  • fieldOffset
  • buffer
  • bufferOffset
  • length

関連項目

参照

TempDataRecord クラス
TempDataRecord メンバ
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db 名前空間