TestScript Class

 

Represents a generated SQL test.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Data.Tools.Schema.Sql.UnitTesting.TestScript

Syntax

public class TestScript
public ref class TestScript 
type TestScript = class end
Public Class TestScript

Constructors

Name Description
System_CAPS_pubmethod TestScript()

Initializes a new instance of the TestScript class.

Properties

Name Description
System_CAPS_pubproperty Name

Gets or sets the name of the test, based on the identifier the script was based on and generated for.

System_CAPS_pubproperty Script

Gets or sets the test SQL.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Data.Tools.Schema.Sql.UnitTesting Namespace

Return to top