Skip to content
DocsTry Aspire
DocsTry

DacpacMetadataAnnotation Constructors

RecordConstructors1 member
Represents a metadata annotation that specifies the path to a .dacpac file.
Represents a metadata annotation that specifies the path to a .dacpac file.
public record DacpacMetadataAnnotation
{
public DacpacMetadataAnnotation(
string DacpacPath)
{
// ...
}
}
DacpacPathstringPath to the .dacpac file.