DacDeployOptionsAnnotation
Record net10.0
Represents a metadata annotation that specifies dacpac deployment options.
namespace Aspire.Hosting.ApplicationModel;
public record DacDeployOptionsAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation, System.IEquatable<Aspire.Hosting.ApplicationModel.DacDeployOptionsAnnotation>{ // ...} IResourceAnnotationIEquatable<DacDeployOptionsAnnotation>
10 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods8
Section titled Methods<Clone>$virtualDeconstruct(string)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(DacDeployOptionsAnnotation?)virtualboolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(DacDeployOptionsAnnotation?, DacDeployOptionsAnnotation?)staticboolop_Inequality(DacDeployOptionsAnnotation?, DacDeployOptionsAnnotation?)staticboolToStringstringReturns a string that represents the current object.