Partager via


Propriété TestScript.Name

 

Obtient ou définit le nom du test, en fonction de l'identificateur sur lequel le script a été basé et pour lequel il a été généré.

Espace de noms:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
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

Voir aussi

TestScript, classe
Microsoft.Data.Tools.Schema.Sql.UnitTesting, espace de noms

Retour au début