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

SqlServerDagConfig

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

Configuration for distributed availability group (DAG) for the SQL Server homogeneous migration.

interface SqlServerDagConfig {
linkedServer?: string;
sourceAg?: string;
}

§Properties

§
linkedServer?: string
[src]

Required. The name of the linked server that points to the source SQL Server instance. Only used by DAG migrations.

§
sourceAg?: string
[src]

Required. The name of the source availability group. Only used by DAG migrations.