IDMNodeHelper.GetInputDatasetStructure

This function is called by an IDMNode, passing his own DataMinerNode*, to get his incoming data source's structure from his parent node.

Syntax Parameters Return Value
Function IDMNodeHelper.GetInputDatasetStructure( _
    pNode As DataMinerNode, _
    input_dataset_index As Long, _
    ByRef pbIsComplete As Boolean) As InputDescriptor
  • pNode [in]

Type: DataMinerNode

  • input_dataset_index [in]

Type: Long

  • pbIsComplete [out]

Type: Boolean

InputDescriptor