Compartilhar via


TestScript.Name Propriedade

 

Obtém ou define o nome do teste, com base no identificador no qual o script se baseou e para o qual ele foi gerado.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (em Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe TestScript
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting

Retornar ao topo