DacpacMetadataAnnotation Constructors
RecordConstructors1 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
DacpacPathstringPath to the .dacpac file.