Skip to content
Docs Try Aspire

DacpacSkipWhenDeployedAnnotation Constructors

Class Constructors 1 member
Represents a metadata annotation that specifies that .dacpac deployment should be skipped if metadata in the target database indicates that the .dacpac has already been deployed in it's current state.
public sealed class DacpacSkipWhenDeployedAnnotation
{
public DacpacSkipWhenDeployedAnnotation()
{
// ...
}
}