다음을 통해 공유


DBNull 멤버

null 값을 나타냅니다.

다음 표에서는 DBNull 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 필드

  이름 설명
Public field Static Supported by the .NET Compact Framework Value DBNull 클래스의 유일한 인스턴스를 나타냅니다.

위쪽

Public 메서드

  이름 설명
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method GetObjectData ISerializable 인터페이스를 구현하고 DBNull 개체를 serialize하는 데 필요한 데이터를 반환합니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetTypeCode DBNull에 대한 TypeCode 값을 가져옵니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ToString 오버로드되었습니다. 재정의되었습니다. 빈 문자열을 반환합니다.

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToBoolean 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToByte 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToChar 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToDateTime 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToDecimal 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToDouble 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToInt16 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToInt32 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToInt64 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToSByte 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToSingle 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToType 현재 DBNull 개체를 지정된 형식으로 변환합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToUInt16 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToUInt32 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToUInt64 이 변환은 지원되지 않습니다. 이 변환을 수행하려고 하면 InvalidCastException이 throw됩니다.

위쪽

참고 항목

참조

DBNull 클래스
System 네임스페이스
Convert.DBNull
Convert.IsDBNull
System.Runtime.InteropServices.VarEnum
System.Data.SqlTypes