AdoDotNetDataReader.GetItemType Method

Returns the data type of a data item, or items, at the specified index in a specified format.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Public Overrides Function GetItemType ( _
    index As Integer, _
    itemTypeFormat As DataItemTypeFormat _
) As Object
'使用
Dim instance As AdoDotNetDataReader
Dim index As Integer
Dim itemTypeFormat As DataItemTypeFormat
Dim returnValue As Object

returnValue = instance.GetItemType(index, _
    itemTypeFormat)
public override Object GetItemType(
    int index,
    DataItemTypeFormat itemTypeFormat
)
public:
virtual Object^ GetItemType(
    int index, 
    DataItemTypeFormat itemTypeFormat
) override
public override function GetItemType(
    index : int, 
    itemTypeFormat : DataItemTypeFormat
) : Object

Parameters

  • index
    Type: System.Int32

    Index of the data item for which to return data type.

Return Value

Type: System.Object

Returns the data type of items at the specified index in the specified format.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The index parameter is invalid.

Remarks

Use a value from the DataItemTypeFormat enumeration to specify format.

Permissions

See Also

Reference

AdoDotNetDataReader Class

AdoDotNetDataReader Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace