SqlProjectResource
Class sealed net10.0
Represents a SQL Server Database project resource.
namespace Aspire.Hosting.ApplicationModel;
public sealed class SqlProjectResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithDacpac, Aspire.Hosting.ApplicationModel.IResourceWithWaitSupport{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesDacDeployOptionsPathgetstring? Gets the configured path to the deployment options publish profile.
DacpacPathgetstring? Gets the configured path to the .dacpac file.
SkipWhenDeployedgetbool Gets a value indicating whether deployment should be skipped when the dacpac has already been deployed.