IDTSBuffer100.IsNull(Int32, Int32, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- hRow
- Int32
- hCol
- Int32
- pfNull
- Boolean
注解
此方法检查缓冲列中存储的数据是否为 null 或空。 托管数据流组件开发人员不调用此方法,而是使用 managed PipelineBuffer类的IsNull方法。