Condividi tramite


Proprietà DataSourceElement.DataTableName

Ottiene o imposta l'elemento dell'impostazione del nome della tabella in app.config file.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintassi

'Dichiarazione
<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)

Valore proprietà

Tipo: System.String
Un nome di tabella.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSourceElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting