Gets metadata for a table procedure in the Host Integrator model.
[Visual Basic]Public Function GetProcedureMetaData( _
ByVal tableName As String, _
ByVal procedureName As String _
) As ProcedureMetaData
Parameters
- tableName
- Specifies a table in the current Host Integrator model.
- procedureName
- Specifies a procedure in the specified table.
Return Value
This method returns metadata for the specified table procedure.
Remarks
Gets metadata for a table procedure in the Host Integrator model.
See Also
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace