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