Skip to content
Docs Try Aspire
Docs Try

SqlProjectResource Properties

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