Classe DataSourceTable
Um objeto que representa uma tabela em uma fonte de dados que você pode usar em um teste de desempenho da Web.
Hierarquia de herança
Object
Microsoft.VisualStudio.TestTools.WebTesting.DataSourceTable
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class DataSourceTable _
Implements ICloneable
[SerializableAttribute]
public class DataSourceTable : ICloneable
[SerializableAttribute]
public ref class DataSourceTable : ICloneable
[<SerializableAttribute>]
type DataSourceTable =
class
interface ICloneable
end
public class DataSourceTable implements ICloneable
O tipo DataSourceTable expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
DataSourceTable | Inicializa uma nova instância da classe DataSourceTable. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AccessMethod | Obtém ou define o valor de enumeração DataBindingAccessMethod : sequencial, aleatório, ou exclusivo. |
![]() |
Name | Obtém ou define o nome para a tabela de fonte de dados.Este nome deve ser exclusiva em toda a fonte de dados. |
![]() |
SelectColumns | Obtém ou define os filtros de coluna para selecionar os dados da fonte de dados. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Clone | Cria um novo DataSourceTable que é uma cópia da instância atual. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.