DacpacMetadataAnnotation Methods
RecordMethods8 members
Represents a metadata annotation that specifies the path to a .dacpac file.
public record DacpacMetadataAnnotation{ public virtual DacpacMetadataAnnotation <Clone>$() { // ... }}Deconstruct(string)Section titled Deconstruct(string)public record DacpacMetadataAnnotation{ public void Deconstruct( out string DacpacPath) { // ... }}Parameters
DacpacPathstringDetermines whether the specified object is equal to the current object.
public record DacpacMetadataAnnotation{ public override bool Equals( object? obj) { // ... }}Parameters
objobject?The object to compare with the current object.Returns
booltrue if the specified object is equal to the current object; otherwise, false.Indicates whether the current object is equal to another object of the same type.
public record DacpacMetadataAnnotation{ public virtual bool Equals( DacpacMetadataAnnotation? other) { // ... }}Parameters
otherDacpacMetadataAnnotation?An object to compare with this object.Returns
booltrue if the current object is equal to the other parameter; otherwise, false.Serves as the default hash function.
public record DacpacMetadataAnnotation{ public override int GetHashCode() { // ... }}Returns
intA hash code for the current object.op_Equality(DacpacMetadataAnnotation?, DacpacMetadataAnnotation?)Section titled op_Equality(DacpacMetadataAnnotation?, DacpacMetadataAnnotation?)staticboolpublic record DacpacMetadataAnnotation{ public static bool operator ==( DacpacMetadataAnnotation? left, DacpacMetadataAnnotation? right) { // ... }}Parameters
op_Inequality(DacpacMetadataAnnotation?, DacpacMetadataAnnotation?)Section titled op_Inequality(DacpacMetadataAnnotation?, DacpacMetadataAnnotation?)staticboolpublic record DacpacMetadataAnnotation{ public static bool operator !=( DacpacMetadataAnnotation? left, DacpacMetadataAnnotation? right) { // ... }}Parameters
Returns a string that represents the current object.
public record DacpacMetadataAnnotation{ public override string ToString() { // ... }}Returns
stringA string that represents the current object.