共用方式為


TempDataRecord.GetByte Method

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

Syntax

'Declaration
Public Function GetByte ( _
    ordinal As Integer _
) As Byte
'Usage
Dim instance As TempDataRecord
Dim ordinal As Integer
Dim returnValue As Byte

returnValue = instance.GetByte(ordinal)
public byte GetByte(
    int ordinal
)

Parameters

Return Value

Type: System.Byte

Implements

IDataRecord.GetByte(Int32)

See Also

Reference

TempDataRecord Class

TempDataRecord Members

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