Compartir a través de


WebTest.DataSources (Propiedad)

Obtiene la colección de orígenes de datos que se definen para la prueba de rendimiento web.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property DataSources As DataSourceCollection
public DataSourceCollection DataSources { get; internal set; }
public:
property DataSourceCollection^ DataSources {
    DataSourceCollection^ get ();
    internal: void set (DataSourceCollection^ value);
}
member DataSources : DataSourceCollection with get, internal set
function get DataSources () : DataSourceCollection
internal function set DataSources (value : DataSourceCollection)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.DataSourceCollection
Colección de orígenes de datos que se definen para la prueba de rendimiento web.

Seguridad de .NET Framework

Vea también

Referencia

WebTest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)