다음을 통해 공유


TempDataRecord.GetChars Method

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function GetChars ( _
    i As Integer, _
    fieldOffset As Long, _
    buffer As Char(), _
    bufferOffset As Integer, _
    length As Integer _
) As Long
'Usage
Dim instance As TempDataRecord
Dim i As Integer
Dim fieldOffset As Long
Dim buffer As Char()
Dim bufferOffset As Integer
Dim length As Integer
Dim returnValue As Long

returnValue = instance.GetChars(i, fieldOffset, _
    buffer, bufferOffset, length)
public long GetChars(
    int i,
    long fieldOffset,
    char[] buffer,
    int bufferOffset,
    int length
)

Parameters

  • buffer
    Type: []

Return Value

Type: System.Int64

Implements

IDataRecord.GetChars(Int32, Int64, [], Int32, Int32)

See Also

Reference

TempDataRecord Class

TempDataRecord Members

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace