AdoDotNetSchemaReader.IsNullItem 메서드 (String)

검색 된 Boolean 데이터 항목 값을 지정 된 데이터 항목 이름이 있는지 여부를 나타내는 값입니다. nullNull 참조(Visual Basic의 경우 Nothing).

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

구문

‘선언
Public Overrides Function IsNullItem ( _
    name As String _
) As Boolean
public override bool IsNullItem(
    string name
)
public:
virtual bool IsNullItem(
    String^ name
) override
abstract IsNullItem : 
        name:string -> bool  
override IsNullItem : 
        name:string -> bool
public override function IsNullItem(
    name : String
) : boolean

매개 변수

  • name
    형식: String

    데이터 항목 이름을 null 값을 테스트할 수 있습니다.

반환 값

형식: Boolean
true 경우 데이터 항목은 null입니다. 그렇지 않으면 false.

구현

IVsDataReader.IsNullItem(String)

.NET Framework 보안

참고 항목

참조

AdoDotNetSchemaReader 클래스

IsNullItem 오버로드

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