SqlDatabaseTestAction.SqlScript Property
Gets or sets a set of Transact-SQL database script statements.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property SqlScript As String
Get
Set
'Usage
Dim instance As SqlDatabaseTestAction
Dim value As String
value = instance.SqlScript
instance.SqlScript = value
[BrowsableAttribute(false)]
public string SqlScript { get; set; }
[BrowsableAttribute(false)]
public:
property String^ SqlScript {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member SqlScript : string with get, set
function get SqlScript () : String
function set SqlScript (value : String)
Property Value
Type: System.String
The database command statements to be executed as part of the test action.