IDTSBuffer100.GetColumnCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of columns in an IDTSBuffer100.
public:
System::UInt32 GetColumnCount();
public uint GetColumnCount ();
abstract member GetColumnCount : unit -> uint32
Public Function GetColumnCount () As UInteger
Returns
An unsigned integer that contains the number of columns in the IDTSBuffer100.
Remarks
This method returns the number of columns contained in the IDTSBuffer100. If the buffer was created using the CreateFlatBuffer method, the method fails and a DTS_E_BUFFERISFLAT exception is thrown.