Partager via


DatabaseTestAction.SqlScript, propriété

Obtient ou définit un jeu d'instructions de script de base de données Transact-SQL.

Espace de noms :  Microsoft.Data.Schema.UnitTesting
Assembly :  Microsoft.Data.Schema.UnitTesting (dans Microsoft.Data.Schema.UnitTesting.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property SqlScript As String
    Get
    Set
[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)

Valeur de propriété

Type : System.String
Instructions de commande de base de données à exécuter dans le cadre de l'action de test.

Sécurité .NET Framework

Voir aussi

Référence

DatabaseTestAction Classe

Microsoft.Data.Schema.UnitTesting, espace de noms