Skip to content
DocsTry Aspire
DocsTry

ConfigureDacDeployOptionsAnnotation Constructors

RecordConstructors1 member
Represents a metadata annotation that specifies dacpac deployment options.
Constructor(Action<DacDeployOptions>)Section titled Constructor(Action<DacDeployOptions>)
Represents a metadata annotation that specifies dacpac deployment options.
public record ConfigureDacDeployOptionsAnnotation
{
public ConfigureDacDeployOptionsAnnotation(
Action<DacDeployOptions> ConfigureDeploymentOptions)
{
// ...
}
}
ConfigureDeploymentOptionsAction<DacDeployOptions>deployment options