DatabaseTestAction.SqlScript Property
Gets or sets a set of Transact-SQL database script statements.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property SqlScript As String
[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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.