Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SqlServerTable

import type { SqlServerTable } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

SQLServer table.

interface SqlServerTable {
columns?: SqlServerColumn[];
table?: string;
}

§Properties

§

SQLServer columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

§
table?: string
[src]

Table name.