Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the table names in the data source that contains data to be accessed.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property TableNames As String()
'Usage
Dim instance As DataSourceAttribute
Dim value As String()
value = instance.TableNames
public string[] TableNames { get; }
public:
property array<String^>^ TableNames {
array<String^>^ get ();
}
public function get TableNames () : String[]
Property Value
Type: array<System.String[]
An array of table names.
.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.