DataSource.Tables Property
A DataSourceTableCollection object that contains a DataSourceTable object for each table in the data source that can be used by the Web performance test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Tables As DataSourceTableCollection
public DataSourceTableCollection Tables { get; }
public:
property DataSourceTableCollection^ Tables {
DataSourceTableCollection^ get ();
}
member Tables : DataSourceTableCollection with get
function get Tables () : DataSourceTableCollection
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.DataSourceTableCollection
A DataSourceTableCollection object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.