DacpacMetadataAnnotation Constructors
Record Constructors 1 member
Represents a metadata annotation that specifies the path to a .dacpac file.
Constructor(string) Section titled Constructor(string) Represents a metadata annotation that specifies the path to a .dacpac file.
public record DacpacMetadataAnnotation{ public DacpacMetadataAnnotation( string DacpacPath) { // ... }}Parameters
DacpacPath string Path to the .dacpac file.