共用方式為


IDTSBuffer100.IsNull(Int32, Int32, Boolean) Method

Definition

public:
 void IsNull(int hRow, int hCol, [Runtime::InteropServices::Out] bool % pfNull);
public void IsNull (int hRow, int hCol, out bool pfNull);
abstract member IsNull : int * int * bool -> unit
Public Sub IsNull (hRow As Integer, hCol As Integer, ByRef pfNull As Boolean)

Parameters

hRow
Int32
hCol
Int32
pfNull
Boolean

Applies to