DataSource Members
Include Protected Members
Include Inherited Members
Defines a data source for a Web test.
The DataSource type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the DataSource class.
Top
Methods
Name
Description
Creates a new instance of the data source.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded.
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
Specifies a .csv file as a data source for a Web test.
Specifies an XML data source for a Web test.
Top
Properties
Name
Description
Gets the connection string that is used to connect to the data source. The format for the connection string is the same as for the ConnectionString property of the System.Data.OleDbConnection class.
Gets or sets the name for the data source that uniquely identifies the data source from other data sources in the Web test.
Gets the provider-invariant name for this data source. Example: System.Data.OleDb.
A DataSourceTableCollection object that contains a DataSourceTable object for each table in the data source that can be used by the Web test.
Top