Share via


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

[BrowsableAttribute(false)]
public string SqlScript { get; set; }
public:
[BrowsableAttribute(false)]
property String^ SqlScript {
    String^ get();
    void set(String^ value);
}
[<BrowsableAttribute(false)>]
member SqlScript : string with get, set
<BrowsableAttribute(False)>
Public Property SqlScript As String

Property Value

Type: System.String

The database command statements to be executed as part of the test action.

See Also

SqlDatabaseTestAction Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting Namespace

Return to top