SqlServerTraceFlag constructor

SqlServerTraceFlag({
  1. String? scope,
  2. String? traceFlagName,
})

Implementation

SqlServerTraceFlag({
  this.scope,
  this.traceFlagName,
});