IsNull メソッド

指定した列の位置にあるデータの値が null であるかどうかを示す Boolean 値を取得します。

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

構文

'宣言
Public Function IsNull ( _
    ordinal As Integer _
) As Boolean
'使用
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As Boolean

returnValue = instance.IsNull(ordinal)
public bool IsNull(
    int ordinal
)
public:
bool IsNull(
    int ordinal
)
member IsNull : 
        ordinal:int -> bool 
public function IsNull(
    ordinal : int
) : boolean

パラメーター

戻り値

型: System. . :: . .Boolean
指定した列にあるデータの値が null であるかどうかを示す Boolean 値。
True の場合、値は null です。
False の場合、値は null ではありません。

使用例

Readme_Tracer