Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the test SQL.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
public string Script { get; set; }
public:
property String^ Script {
String^ get();
void set(String^ value);
}
member Script : string with get, set
Public Property Script As String
Property Value
Type: System.String
See Also
TestScript Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting Namespace
Return to top