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
パラメーター
- ordinal
型: System. . :: . .Int32
データの列の位置を示す Int32 値。
戻り値
型: System. . :: . .Boolean
指定した列にあるデータの値が null であるかどうかを示す Boolean 値。
True の場合、値は null です。
False の場合、値は null ではありません。