Compartilhar via


Propriedade DataSourceElement.DataTableName

Obtém ou define o elemento de configuração de nome de tabela de app.config arquivo.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (em Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxe

'Declaração
<ConfigurationPropertyAttribute("dataTableName", IsRequired := True)> _
Public Property DataTableName As String
    Get
    Set
[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)

Valor de propriedade

Tipo: System.String
Um nome de tabela.

Segurança do .NET Framework

Consulte também

Referência

DataSourceElement Classe

Namespace Microsoft.VisualStudio.TestTools.UnitTesting