Share via


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
Public constructor ExecutionResult Initializes a new instance of the ExecutionResult class. 

Top

Public Properties

  Name Description
Public property DataSet Gets or sets the data returned by the test. 
Public property ExecutionTime Gets the amount of time that the test takes to execute the T-SQL test script and retrieve the results from the server. 
Public property 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
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

ExecutionResult Class
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace