DataSourceElement.DataTableName (Propiedad)

Obtiene o establece el elemento de la configuración del nombre de la tabla en el archivo app.config.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UnitTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (en Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

Tipo: System.String
Un nombre de tabla.

Seguridad de .NET Framework

Vea también

Referencia

DataSourceElement Clase

Microsoft.VisualStudio.TestTools.UnitTesting (Espacio de nombres)