TestScript.Script Propriedade
Obtém ou define o SQL de teste.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (em Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe TestScript
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting
Retornar ao topo