Models the options to configure the ScriptExecutorService.
Gets or sets the name of the command builder service.
public String CommandBuilderName { get; set; }The name of the database API service.
public String DatabaseApiName { get; set; }Gets or sets the name of the data model command builder.
public String DataModelCommandBuilderName { get; set; }The name of te schema discoverer.
public String SchemaDiscoveryName { get; set; }The name of the schema provisioner.
public String SchemaProvisionerName { get; set; }The name of the table DSC service.
public String TableDscServiceName { get; set; }