DataSourceTable Class

An object that represents a table in a data source that you can use in a Web test.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataSourceTable _
    Implements ICloneable
'Usage
Dim instance As DataSourceTable
[SerializableAttribute]
public class DataSourceTable : ICloneable
[SerializableAttribute]
public ref class DataSourceTable : ICloneable
public class DataSourceTable implements ICloneable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.DataSourceTable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataSourceTable Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace