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

SqlServerSchemaDetails

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

Specific details for a SqlServer database.

interface SqlServerSchemaDetails {
clrObjectCount?: number;
}

§Properties

§
clrObjectCount?: number
[src]

Optional. SqlServer number of CLR objects.