IVsDataReaderDescriptor.GetItemType (Método) (Int32)

Recupera el tipo de datos de un elemento de datos o elementos de datos en el índice especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Function GetItemType ( _
    index As Integer _
) As String
string GetItemType(
    int index
)
String^ GetItemType(
    int index
)
abstract GetItemType : 
        index:int -> string 
function GetItemType(
    index : int
) : String

Parámetros

  • index
    Tipo: System.Int32
    Índice del elemento de datos que devuelve el tipo de datos.

Valor devuelto

Tipo: System.String
El tipo de los elementos de datos situados en el índice especificado.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataReaderDescriptor Interfaz

GetItemType (Sobrecarga)

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)