DataReader.GetItemType – metoda (Int32, DataItemTypeFormat)
Načítá datový typ datové položky nebo položky v zadaném indexu v zadaném formátu.
Obor názvů: Microsoft.VisualStudio.Data.Framework
Sestavení: Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Deklarace
Public Overridable Function GetItemType ( _
index As Integer, _
itemTypeFormat As DataItemTypeFormat _
) As Object
public virtual Object GetItemType(
int index,
DataItemTypeFormat itemTypeFormat
)
public:
virtual Object^ GetItemType(
int index,
DataItemTypeFormat itemTypeFormat
)
abstract GetItemType :
index:int *
itemTypeFormat:DataItemTypeFormat -> Object
override GetItemType :
index:int *
itemTypeFormat:DataItemTypeFormat -> Object
public function GetItemType(
index : int,
itemTypeFormat : DataItemTypeFormat
) : Object
Parametry
- index
Typ: System.Int32
Index položky dat, které vrátí datový typ.
- itemTypeFormat
Typ: Microsoft.VisualStudio.Data.Services.SupportEntities.DataItemTypeFormat
Formát, ve kterém vrátit informace o typu dat.
Vrácená hodnota
Typ: System.Object
Typ dat položky v zadaném indexu v zadaném formátu.
Implementuje
IVsDataReaderDescriptor.GetItemType(Int32, DataItemTypeFormat)
Poznámky
Poznámky pro dědice
Vyvolá základní implementace NotSupportedException.Tato metoda by měl potlačit odvozené třídy.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.