MicrosoftSQLServerSettings constructor

MicrosoftSQLServerSettings({
  1. int? bcpPacketSize,
  2. String? controlTablesFileGroup,
  3. String? databaseName,
  4. String? password,
  5. int? port,
  6. bool? readBackupOnly,
  7. SafeguardPolicy? safeguardPolicy,
  8. String? secretsManagerAccessRoleArn,
  9. String? secretsManagerSecretId,
  10. String? serverName,
  11. bool? useBcpFullLoad,
  12. String? username,
})

Implementation

MicrosoftSQLServerSettings({
  this.bcpPacketSize,
  this.controlTablesFileGroup,
  this.databaseName,
  this.password,
  this.port,
  this.readBackupOnly,
  this.safeguardPolicy,
  this.secretsManagerAccessRoleArn,
  this.secretsManagerSecretId,
  this.serverName,
  this.useBcpFullLoad,
  this.username,
});