Skip to content
Docs Try Aspire

DacpacMetadataAnnotation Constructors

Record Constructors 1 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)
{
// ...
}
}
DacpacPath string Path to the .dacpac file.