# DacpacSkipWhenDeployedAnnotation Constructors

- Package: [CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects](/reference/api/csharp/communitytoolkit.aspire.hosting.sqldatabaseprojects.md)
- Type: [DacpacSkipWhenDeployedAnnotation](/reference/api/csharp/communitytoolkit.aspire.hosting.sqldatabaseprojects/dacpacskipwhendeployedannotation.md)
- Kind: `Constructors`
- Members: `1`

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.

## DacpacSkipWhenDeployedAnnotation

- Name: `Constructor`

```csharp
public sealed class DacpacSkipWhenDeployedAnnotation
{
    public DacpacSkipWhenDeployedAnnotation()
    {
        // ...
    }
}
```
