ExecutionResult Members
Include Protected Members
Include Inherited Members
Contains the results of a database unit test that was generated by calling Execute(ConnectionContext, String, array<DbParameter[]).
The ExecutionResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExecutionResult | Initializes a new instance of the ExecutionResult class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
DataSet | Gets or sets the data returned by the test. | |
ExecutionTime | Gets the amount of time that the test takes to execute the T-SQL test script and retrieve the results from the server. | |
RowsAffected | Gets an array of integers that indicates the number of rows that were impacted by each statement in the test that affects the database. |
Top
See Also
Reference
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace