Propriété TestCondition.Name
Obtient ou définit le nom de la condition de test.
Espace de noms: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (dans Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntaxe
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Valeur de propriété
Type: System.String
Notes
Il s'agit du nom de la condition de test dans le code.Ce nom est fourni dans la notification d'échec du test si le test échoue.
Voir aussi
TestCondition, classe
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions, espace de noms
Retour au début