Condividi tramite


Proprietà DataSourceAttribute.TableName

Ottiene un valore che indica il nome della tabella che fornisce i dati.

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

Sintassi

'Dichiarazione
Public ReadOnly Property TableName As String
public string TableName { get; }
public:
property String^ TableName {
    String^ get ();
}
member TableName : string with get
function get TableName () : String

Valore proprietà

Tipo: System.String
Nome della tabella che fornisce dati per il test.

Note

Per impostare questa proprietà dell'attributo, vedere How to: Configure a Data-Driven Unit Test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSourceAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting

Altre risorse

How to: Configure a Data-Driven Unit Test