Partager via


DataSourceElement.DataTableName, propriété

Obtient ou définit l'élément de paramètre de nom de table dans le fichier app.config.

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Déclaration
<ConfigurationPropertyAttribute("dataTableName", IsRequired := True)> _
Public Property DataTableName As String
[ConfigurationPropertyAttribute("dataTableName", IsRequired = true)]
public string DataTableName { get; set; }
[ConfigurationPropertyAttribute(L"dataTableName", IsRequired = true)]
public:
property String^ DataTableName {
    String^ get ();
    void set (String^ value);
}
[<ConfigurationPropertyAttribute("dataTableName", IsRequired = true)>]
member DataTableName : string with get, set
function get DataTableName () : String
function set DataTableName (value : String)

Valeur de propriété

Type : System.String
Un nom de table.

Sécurité .NET Framework

Voir aussi

Référence

DataSourceElement Classe

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms