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 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
'Usage
Dim instance As DataSource
Dim value As DataSourceTableCollection
value = instance.Tables
public DataSourceTableCollection Tables { get; }
public:
property DataSourceTableCollection^ Tables {
DataSourceTableCollection^ get ();
}
public function get Tables () : DataSourceTableCollection
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.DataSourceTableCollection
.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.