DataReader.GetItemType 메서드 (Int32)

기본 형식에 대해 지정된 된 인덱스에서 항목을 데이터 항목의 데이터 형식을 검색 Default.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Public Function GetItemType ( _
    index As Integer _
) As String
public string GetItemType(
    int index
)
public:
virtual String^ GetItemType(
    int index
) sealed
abstract GetItemType : 
        index:int -> string  
override GetItemType : 
        index:int -> string
public final function GetItemType(
    index : int
) : String

매개 변수

  • index
    형식: Int32

    데이터 형식을 반환 하는 데이터 항목의 인덱스입니다.

반환 값

형식: String
기본 형식에 대해 지정된 된 인덱스에 있는 항목의 데이터 형식입니다.

구현

IVsDataReaderDescriptor.GetItemType(Int32)

설명

이 메서드를 호출 GetItemType 의 기본 데이터 항목 형식 값을 전달 하 고 Default.

.NET Framework 보안

참고 항목

참조

DataReader 클래스

GetItemType 오버로드

Microsoft.VisualStudio.Data.Framework 네임스페이스

GetItemType

GetItemName