GoldengateMicrosoftSqlserverConnectionProperties constructor

GoldengateMicrosoftSqlserverConnectionProperties({
  1. List<NameValuePair>? additionalAttributes,
  2. String? database,
  3. String? host,
  4. String? password,
  5. String? passwordSecretVersion,
  6. int? port,
  7. String? securityProtocol,
  8. bool? serverCertificateValidationRequired,
  9. String? sslCaFile,
  10. String? technologyType,
  11. String? username,
})

Implementation

GoldengateMicrosoftSqlserverConnectionProperties({
  this.additionalAttributes,
  this.database,
  this.host,
  this.password,
  this.passwordSecretVersion,
  this.port,
  this.securityProtocol,
  this.serverCertificateValidationRequired,
  this.sslCaFile,
  this.technologyType,
  this.username,
});