Skip to content
DocsTry Aspire
DocsTry

SqlProjectResource Properties

ClassProperties3 members
Represents a SQL Server Database project resource.
DacDeployOptionsPathSection titled DacDeployOptionsPathnullablestring?
Gets the configured path to the deployment options publish profile.
public string? DacDeployOptionsPath { get; }
DacpacPathSection titled DacpacPathnullablestring?
Gets the configured path to the .dacpac file.
public string? DacpacPath { get; }
Gets a value indicating whether deployment should be skipped when the dacpac has already been deployed.
public bool SkipWhenDeployed { get; }