Partager via


IDataSourceBindingData.DataTableName, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient ou définit le nom de la table de données.

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

Syntaxe

'Déclaration
Property DataTableName As String
    Get
    Set
string DataTableName { get; set; }
property String^ DataTableName {
    String^ get ();
    void set (String^ value);
}
abstract DataTableName : string with get, set
function get DataTableName () : String
function set DataTableName (value : String)

Valeur de propriété

Type : System.String
Nom de la table de données.

Sécurité .NET Framework

Voir aussi

Référence

IDataSourceBindingData Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms