Share via


DataProvider.IsDBNull メソッド

序数位置に対応する値が Null かどうかを示します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function IsDBNull ( _
    i As Integer _
) As Boolean
'使用
Dim instance As DataProvider 
Dim i As Integer 
Dim returnValue As Boolean 

returnValue = instance.IsDBNull(i)
public bool IsDBNull(
    int i
)
public:
virtual bool IsDBNull(
    int i
) sealed
abstract IsDBNull : 
        i:int -> bool  
override IsDBNull : 
        i:int -> bool
public final function IsDBNull(
    i : int
) : boolean

パラメーター

戻り値

型: System.Boolean
指定された列の値が NULL と等価である場合は true、それ以外の場合は false です。

実装

IDataRecord.IsDBNull(Int32)

関連項目

参照

DataProvider クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間