ExecutionResult Members
Contains the results of a database unit test that was generated by calling Execute.
The following tables list the members exposed by the ExecutionResult type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ExecutionResult | Initializes a new instance of the ExecutionResult class. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
ExecutionResult Class
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace