Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.