ExecutionResult Class
Contains the results of a database unit test that was generated by calling Execute.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting
Assembly: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in microsoft.visualstudio.teamsystem.data.unittesting.dll)
Syntax
'Declaration
Public NotInheritable Class ExecutionResult
'Usage
Dim instance As ExecutionResult
public sealed class ExecutionResult
public ref class ExecutionResult sealed
public final class ExecutionResult
public final class ExecutionResult
Remarks
The ExecutionResult represents the results of executing a single T-SQL batch statement. The ExecutionResult contains a data set that contains results sets from the execution and the time it took to execute the batch statement.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.ExecutionResult
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ExecutionResult Members
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace