IVsDataReader.IsNullItem 메서드 (Int32)

클래스에서 구현 될 때 데이터 항목의 지정 된 인덱스, 지정 되었는지 여부를 나타내는 nullNull 참조(Visual Basic의 경우 Nothing).

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

구문

‘선언
Function IsNullItem ( _
    index As Integer _
) As Boolean
bool IsNullItem(
    int index
)
bool IsNullItem(
    int index
)
abstract IsNullItem : 
        index:int -> bool
function IsNullItem(
    index : int
) : boolean

매개 변수

  • index
    형식: Int32

    검사할 데이터 항목의 인덱스입니다.

반환 값

형식: Boolean
true 항목의 경우 nullNull 참조(Visual Basic의 경우 Nothing), 즉, 지정 되지 않았습니다. 그렇지 않으면 false.

설명

값이 있는지 여부를 확인 하려면이 메서드를 호출 합니다. nullNull 참조(Visual Basic의 경우 Nothing) 같은지 여부를 확인 하는 값을 검색할 때 보다 성능이 향상 Value, 후자로 인해 전체 값에서 데이터 판독기 인스턴스를 읽을 수 있기 때문에.

.NET Framework 보안

참고 항목

참조

IVsDataReader 인터페이스

IsNullItem 오버로드

Microsoft.VisualStudio.Data.Services.SupportEntities 네임스페이스