ChecksumCondition.Checksum Propriedade
Obtém ou define a soma de verificação esperada.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (em Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxe
[BrowsableAttribute(false)]
public string Checksum { get; set; }
public:
[BrowsableAttribute(false)]
property String^ Checksum {
String^ get();
void set(String^ value);
}
[<BrowsableAttribute(false)>]
member Checksum : string with get, set
<BrowsableAttribute(False)>
Public Property Checksum As String
Valor de propriedade
Type: System.String
A soma de verificação esperada.
Consulte também
Classe ChecksumCondition
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Retornar ao topo