共用方式為


TempDataRecord.GetFieldType Method

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

Syntax

'Declaration
Public Function GetFieldType ( _
    ordinal As Integer _
) As Type
'Usage
Dim instance As TempDataRecord
Dim ordinal As Integer
Dim returnValue As Type

returnValue = instance.GetFieldType(ordinal)
public Type GetFieldType(
    int ordinal
)

Parameters

Return Value

Type: System.Type

Implements

IDataRecord.GetFieldType(Int32)

See Also

Reference

TempDataRecord Class

TempDataRecord Members

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