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 | |
---|---|---|
TestScript() | Initializes a new instance of the TestScript class. |
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the test, based on the identifier the script was based on and generated for. |
|
Script | Gets or sets the test SQL. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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