SqlServerDagConfig constructor

SqlServerDagConfig({
  1. String? linkedServer,
  2. String? sourceAg,
})

Implementation

SqlServerDagConfig({this.linkedServer, this.sourceAg});