pub async fn get_tables_for_capture_instance<'a>(
client: &mut Client,
capture_instances: impl IntoIterator<Item = &str>,
) -> Result<Vec<SqlServerTableRaw>, SqlServerError>
Expand description
Returns the table metadata for the tables that are tracked by the specified capture_instance
s.