ICoreFragment::GetColumnCount

Gets the number of columns that are contained in this knowledge fragment.


HRESULT GetColumnCount(
  DWORD* pColumnCount);

Term

Definition

pColumnCount

[out] Returns the number of columns that are contained in this knowledge fragment.

  • S_OK

  • E_POINTER

An ISyncKnowledge2 object contains one or more ICoreFragment objects. Each object contains knowledge that applies to a specific set of columns. A column is represented as a change unit. Typically, one of the ICoreFragment objects contains no columns. When an ICoreFragment object contains no columns, its knowledge applies to all of the change units that are not specified in any other fragment.

Show: