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

SqlServerTraceFlag

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

SQL Server trace flag details.

interface SqlServerTraceFlag {
scope?:
| "SCOPE_UNSPECIFIED"
| "OFF"
| "GLOBAL"
| "SESSION";
traceFlagName?: string;
}

§Properties

§
scope?: "SCOPE_UNSPECIFIED" | "OFF" | "GLOBAL" | "SESSION"
[src]

Required. The trace flag scope.

§
traceFlagName?: string
[src]

Required. The trace flag name.