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 資料流程元件開發人員不會呼叫這個方法,而是改用 managed PipelineBuffer類別的IsNull方法。