TempDataRecord.GetChars 方法 (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db)
命名空间: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Function GetChars ( _
i As Integer, _
fieldOffset As Long, _
buffer As Char(), _
bufferOffset As Integer, _
length As Integer _
) As Long
用法
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
)
参数
- i
- fieldOffset
- buffer
- bufferOffset
- length
另请参阅
参考
TempDataRecord 类
TempDataRecord 成员
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db 命名空间